From 83fb68c46a883d14a5a935781ade672acd1e0fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 1 May 2024 19:22:44 +0200 Subject: [PATCH] Enable resolved for ha1 --- hosts/ha1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ha1/configuration.nix b/hosts/ha1/configuration.nix index 0337ed5..102e728 100644 --- a/hosts/ha1/configuration.nix +++ b/hosts/ha1/configuration.nix @@ -17,7 +17,7 @@ networking.domain = "home.2rjus.net"; networking.useNetworkd = true; networking.useDHCP = false; - services.resolved.enable = false; + services.resolved.enable = true; networking.nameservers = [ "10.69.13.5" "10.69.13.6"