add step_ca
This commit is contained in:
@@ -40,6 +40,9 @@ in {
|
|||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.services.adguardhome = {
|
||||||
|
after = [ "nginx.service" "step-ca.service" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.adguardhome = {
|
services.adguardhome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/services/ssh.nix
|
../../modules/services/ssh.nix
|
||||||
|
../../modules/services/step-ca.nix
|
||||||
../../modules/services/syncthing.nix
|
../../modules/services/syncthing.nix
|
||||||
../../modules/fail2ban.nix
|
../../modules/fail2ban.nix
|
||||||
../../modules/logging.nix
|
../../modules/logging.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user