treewide: bubblewrap nginx test

This commit is contained in:
2024-04-11 23:19:41 +02:00
parent 9b4fbd847f
commit 0056029da7
2 changed files with 36 additions and 4 deletions

View File

@@ -65,7 +65,22 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
(import ./overlays/nginx-test.nix)
(import ./overlays/nginx-test.nix
# List of all the acme certs from all hosts
# 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 [ ];
};
}