stubby: remove immutable attribute
This commit is contained in:
parent
455ac24a27
commit
364a25a7f2
|
@ -21,13 +21,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.activationScripts.immutableDns = {
|
|
||||||
text = ''
|
|
||||||
${pkgs.e2fsprogs}/bin/chattr +i /etc/resolv.conf
|
|
||||||
'';
|
|
||||||
deps = [ ];
|
|
||||||
};
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.dns = "none";
|
networkmanager.dns = "none";
|
||||||
resolvconf.dnsExtensionMechanism = false;
|
resolvconf.dnsExtensionMechanism = false;
|
||||||
|
|
Loading…
Reference in a new issue