summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/pppoe.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/pppoe.nix')
-rw-r--r--hosts/vidhar/network/pppoe.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/vidhar/network/pppoe.nix b/hosts/vidhar/network/pppoe.nix
index 52a1818b..7b342b69 100644
--- a/hosts/vidhar/network/pppoe.nix
+++ b/hosts/vidhar/network/pppoe.nix
@@ -141,11 +141,5 @@ in {
141 bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; 141 bindsTo = [ "sys-subsystem-net-devices-telekom.device" ];
142 after = [ "sys-subsystem-net-devices-telekom.device" ]; 142 after = [ "sys-subsystem-net-devices-telekom.device" ];
143 }; 143 };
144
145 systemd.services.unbound = {
146 serviceConfig = {
147 Restart = lib.mkForce "always";
148 };
149 };
150 }; 144 };
151} 145}