forked from Drift/pvv-nixos-config
dynamically get configured acme certs for nginx test
This commit is contained in:
parent
0056029da7
commit
8c72088d9c
15
flake.nix
15
flake.nix
|
@ -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 [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue