From 542bfcb74eab29874e5162f1f310d1fa73e8469d Mon Sep 17 00:00:00 2001 From: waveringana Date: Wed, 4 Jun 2025 06:47:07 -0400 Subject: [PATCH] this shit dont work --- hosts/morax/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/morax/default.nix b/hosts/morax/default.nix index bc83091..aa1459c 100644 --- a/hosts/morax/default.nix +++ b/hosts/morax/default.nix @@ -35,14 +35,9 @@ }; environment.systemPackages = with pkgs; [ - technitium-dns-server - inputs.agenix.packages.aarch64-linux.default ]; - services.technitium-dns-server.enable = true; - services.technitium-dns-server.openFirewall = true; - virtualisation.docker = { enable = true; enableOnBoot = true;