add step_ca

This commit is contained in:
Kopatz
2024-06-09 14:55:52 +02:00
parent bf2b08c38d
commit 9845c1cade
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ in {
proxyWebsockets = true;
};
};
systemd.services.adguardhome = {
after = [ "nginx.service" "step-ca.service" ];
};
services.adguardhome = {
enable = true;

View File

@@ -9,6 +9,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/services/ssh.nix
../../modules/services/step-ca.nix
../../modules/services/syncthing.nix
../../modules/fail2ban.nix
../../modules/logging.nix