1
0
Fork 0

try another certs option

This commit is contained in:
Malte Brandy 2022-06-03 17:10:46 +02:00
parent 37f34ed73c
commit 0248768ed8

View file

@ -13,7 +13,9 @@ in {
host = "hera-intern:9113";
}
];
security.acme.certs."hera.m-0.eu".keyType = "rsa4096";
security.acme.certs = lib.mkIf pkgs.withSecrets {
"hera.m-0.eu".keyType = "rsa4096";
};
services = {
nginx = {
enable = lib.mkForce pkgs.withSecrets;