summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/afrodite/services.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/afrodite/services.nix b/systems/afrodite/services.nix
index 6e0a159..24a8fe1 100644
--- a/systems/afrodite/services.nix
+++ b/systems/afrodite/services.nix
@@ -2,9 +2,11 @@
imports = [
../../components/services/openssh.nix
../../components/services/caddy.nix
+ ../../components/services/bind.nix
];
# Custom modules
openssh.enable = true;
caddy.enable = true;
+ bind.enable = true;
}