treewide: run nginx -t on all nginx config files #32

Merged
danio merged 3 commits from test-nginx-overlay into main 2024-04-11 23:39:42 +02:00
1 changed files with 1 additions and 14 deletions
Showing only changes of commit 8c72088d9c - Show all commits

View File

@ -66,20 +66,7 @@
inherit system; inherit system;
overlays = [ overlays = [
(import ./overlays/nginx-test.nix (import ./overlays/nginx-test.nix
# List of all the acme certs from all hosts (builtins.attrNames self.nixosConfigurations.${name}.config.security.acme.certs)
# Would be nice to dynamically get this per host
[
"ildkule.pvv.ntnu.no"
"git.pvv.ntnu.no"
"wiki.pvv.ntnu.no"
"webmail.pvv.ntnu.no"
"postgres.pvv.ntnu.no"
"idp.pvv.ntnu.no"
"matrix.pvv.ntnu.no"
"chat.pvv.ntnu.no"
"brzeczyszczykiewicz.pvv.ntnu.no"
"georg.pvv.ntnu.no"
]
) )
] ++ config.overlays or [ ]; ] ++ config.overlays or [ ];
}; };