From 65bf72cd5be0e2e6863032630d51829a1f5d0d22 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 4 Jan 2025 18:16:47 -0500 Subject: [PATCH] fixed syntax errors --- modules/machine/valefor/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/machine/valefor/configuration.nix b/modules/machine/valefor/configuration.nix index 04b5fd7..1b23678 100644 --- a/modules/machine/valefor/configuration.nix +++ b/modules/machine/valefor/configuration.nix @@ -90,17 +90,16 @@ enable = true; udpPorts = { dns.enable = true; - } + }; }; networkmanager.enable = true; - udpPorts.dns.enable = true; }; # DNS module (see ../../networking/dns.nix) dns = { technitium = { enable = true; - } + }; }; # Enable dconf