stubby: remove immutable attribute

This commit is contained in:
Timothy DeHerrera 2020-07-20 18:39:45 -06:00
parent 455ac24a27
commit 364a25a7f2
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 0 additions and 7 deletions

View File

@ -21,13 +21,6 @@
};
};
system.activationScripts.immutableDns = {
text = ''
${pkgs.e2fsprogs}/bin/chattr +i /etc/resolv.conf
'';
deps = [ ];
};
networking = {
networkmanager.dns = "none";
resolvconf.dnsExtensionMechanism = false;