simplify enable opts, and fix security.nix
This commit is contained in:
parent
06b42a1aa6
commit
5d5cd7979c
10 changed files with 34 additions and 40 deletions
|
@ -11,10 +11,7 @@ let
|
|||
};
|
||||
in {
|
||||
options.modules.services.forgejo = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
enable = mkEnableOption "enable forgejo, a lightweight git server";
|
||||
domain = mkOption {
|
||||
type = types.str;
|
||||
default = "git.reidlab.online";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue