typo
Some checks failed
Test Nix flake / Test nix flake (push) Has been cancelled

This commit is contained in:
XenGi 2026-08-26 10:40:21 +02:00
commit 1c3c8710da
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -113,6 +113,7 @@ in
}; };
}; };
}; };
};
security.acme.certs."${fqdn}".reloadServices = [ "nginx" ]; security.acme.certs."${fqdn}".reloadServices = [ "nginx" ];
} }