From 474c8c4c96d2d709f230cef112c3b98b657c922f Mon Sep 17 00:00:00 2001 From: waveringana Date: Wed, 4 Jun 2025 06:41:06 -0400 Subject: [PATCH] enable technitium-dns-server --- hosts/morax/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/morax/default.nix b/hosts/morax/default.nix index 20ba904..9910366 100644 --- a/hosts/morax/default.nix +++ b/hosts/morax/default.nix @@ -36,10 +36,12 @@ environment.systemPackages = with pkgs; [ technitium-dns-server - + inputs.agenix.packages.aarch64-linux.default ]; + services.technitium-dns-server.enable + virtualisation.docker = { enable = true; enableOnBoot = true;