diff options
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r-- | hosts/vidhar/network/dsl.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix index 064d4756..760bf364 100644 --- a/hosts/vidhar/network/dsl.nix +++ b/hosts/vidhar/network/dsl.nix | |||
@@ -145,9 +145,6 @@ in { | |||
145 | bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; | 145 | bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; |
146 | after = [ "sys-subsystem-net-devices-telekom.device" ]; | 146 | after = [ "sys-subsystem-net-devices-telekom.device" ]; |
147 | }; | 147 | }; |
148 | systemd.services.unbound = { | ||
149 | bindsTo = ["dhcpcd-${pppInterface}.service"]; | ||
150 | }; | ||
151 | systemd.services."dhcpcd-${pppInterface}" = { | 148 | systemd.services."dhcpcd-${pppInterface}" = { |
152 | wantedBy = [ "multi-user.target" "network-online.target" "pppd-telekom.service" ]; | 149 | wantedBy = [ "multi-user.target" "network-online.target" "pppd-telekom.service" ]; |
153 | bindsTo = [ "pppd-telekom.service" ]; | 150 | bindsTo = [ "pppd-telekom.service" ]; |