diff options
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/dsl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix index 96c1bbef..f424d1f3 100644 --- a/hosts/vidhar/dsl.nix +++ b/hosts/vidhar/dsl.nix | |||
@@ -126,8 +126,8 @@ in { | |||
126 | "net.core.wmem_max" = "4194304"; | 126 | "net.core.wmem_max" = "4194304"; |
127 | }; | 127 | }; |
128 | systemd.services."pppd-telekom" = { | 128 | systemd.services."pppd-telekom" = { |
129 | bindsTo = [ "sys-subsystem-net-devices-${pppInterface}.device" ]; | 129 | bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; |
130 | after = [ "sys-subsystem-net-devices-${pppInterface}.device" ]; | 130 | after = [ "sys-subsystem-net-devices-telekom.device" ]; |
131 | }; | 131 | }; |
132 | systemd.services."dhcpcd-telekom" = { | 132 | systemd.services."dhcpcd-telekom" = { |
133 | wantedBy = [ "multi-user.target" "network-online.target" "pppd-telekom.service" ]; | 133 | wantedBy = [ "multi-user.target" "network-online.target" "pppd-telekom.service" ]; |