servers arr adjustment + formatting

This commit is contained in:
2024-11-13 22:25:51 -06:00
parent 5f639e4a6b
commit d6a3036bd1
5 changed files with 6 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ in
enable = true;
openFirewall = true;
package = pkgs.nix-serve-ng;
port = cfg.port;
inherit (cfg) port;
secretKeyFile = config.sops.secrets."private_cache_keys/miniserver".path;
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (