1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-26 01:26:23 +03:00

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

View File

@ -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;