diff options
Diffstat (limited to 'hosts/vidhar/network')
| -rw-r--r-- | hosts/vidhar/network/pppoe.nix | 6 |
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 | } |
