diff --git a/profiles/misc/stubby.nix b/profiles/misc/stubby.nix index b588323..81a4b1d 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;