diff --git a/modules/services/adguard.nix b/modules/services/adguard.nix index f43f0ac..24bc513 100644 --- a/modules/services/adguard.nix +++ b/modules/services/adguard.nix @@ -40,6 +40,9 @@ in { proxyWebsockets = true; }; }; + systemd.services.adguardhome = { + after = [ "nginx.service" "step-ca.service" ]; + }; services.adguardhome = { enable = true; diff --git a/systems/mini-pc/configuration.nix b/systems/mini-pc/configuration.nix index 7c11fec..252cae2 100644 --- a/systems/mini-pc/configuration.nix +++ b/systems/mini-pc/configuration.nix @@ -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