diff --git a/profiles/misc/stubby.nix b/profiles/misc/stubby.nix index b5883235..81a4b1d9 100644 --- a/profiles/misc/stubby.nix +++ b/profiles/misc/stubby.nix @@ -21,13 +21,6 @@ }; }; - system.activationScripts.immutableDns = { - text = '' - ${pkgs.e2fsprogs}/bin/chattr +i /etc/resolv.conf - ''; - deps = [ ]; - }; - networking = { networkmanager.dns = "none"; resolvconf.dnsExtensionMechanism = false;