treewide: bubblewrap nginx test
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -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 [ ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user