This commit is contained in:
xyno (Philipp Hochkamp) 2023-09-14 15:43:01 +02:00
parent 1233b1afde
commit 38ca2ee874
6 changed files with 38 additions and 25 deletions

View file

@ -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 = {