Add gitea

This commit is contained in:
Greg Hellings
2022-09-23 01:40:04 +00:00
parent adf8b20d29
commit b952e68136
4 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ in with lib; {
key = mkOption {
type = types.path;
description = "SSH key to use";
default = ./ssh/id_ed25519;
default = ../ssh/id_ed25519;
};
jobs = mkOption {