dynamically get configured acme certs for nginx test
Eval nix flake / evals (push) Failing after 1m44s Details
Eval nix flake / evals (pull_request) Failing after 1m51s Details

pull/32/head
Daniel Lovbrotte Olsen 2024-04-11 23:27:37 +02:00
parent 0056029da7
commit 8c72088d9c
1 changed files with 1 additions and 14 deletions

View File

@ -66,20 +66,7 @@
inherit system;
overlays = [
(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"
]
(builtins.attrNames self.nixosConfigurations.${name}.config.security.acme.certs)
)
] ++ config.overlays or [ ];
};