From 364a25a7f2e2d0934e6d3f061670930c0c61b150 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 20 Jul 2020 18:39:45 -0600 Subject: [PATCH] stubby: remove immutable attribute --- profiles/misc/stubby.nix | 7 ------- 1 file changed, 7 deletions(-) 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;