From d8ebc6d1cf9ce03838e967b5a32aa1cb370b82a5 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 22:21:06 +0100 Subject: [PATCH] disable resolvconf --- hosts/fw.cloonar.com/modules/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/modules/networking.nix b/hosts/fw.cloonar.com/modules/networking.nix index ab2579b..a5591b7 100644 --- a/hosts/fw.cloonar.com/modules/networking.nix +++ b/hosts/fw.cloonar.com/modules/networking.nix @@ -24,6 +24,7 @@ useDHCP = false; # Define VLANS nameservers = [ "10.42.97.10" ]; + resolvconf.enable = false; vlans = { infrastructure = { id = 101;