move gitea to SP module

This commit is contained in:
Alexander Tomokhov
2023-12-04 15:59:22 +04:00
parent 054d6d9182
commit c052f9172a
7 changed files with 98 additions and 86 deletions

View File

@@ -115,16 +115,6 @@ with lib;
type = types.nullOr types.str;
};
};
gitea = {
enable = mkOption {
default = false;
type = types.nullOr types.bool;
};
location = mkOption {
default = "sda1";
type = types.nullOr types.str;
};
};
#########
# SSH #
#########