a
This commit is contained in:
parent
1233b1afde
commit
38ca2ee874
6 changed files with 38 additions and 25 deletions
|
|
@ -9,6 +9,11 @@ in
|
|||
type = lib.types.str;
|
||||
default = "hailsatan.eu";
|
||||
};
|
||||
options.ragon.services.nginx.domains =
|
||||
lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
default = [ ];
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
services.nginx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue