From fd81189815c71ddab8b1bdff5ffd6874090c5c7e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 31 Dec 2021 16:21:49 +0100 Subject: vidhar: ... --- hosts/vidhar/dsl.nix | 4 ++-- 1 file 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 { "net.core.wmem_max" = "4194304"; }; systemd.services."pppd-telekom" = { - bindsTo = [ "sys-subsystem-net-devices-${pppInterface}.device" ]; - after = [ "sys-subsystem-net-devices-${pppInterface}.device" ]; + bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; + after = [ "sys-subsystem-net-devices-telekom.device" ]; }; systemd.services."dhcpcd-telekom" = { wantedBy = [ "multi-user.target" "network-online.target" "pppd-telekom.service" ]; -- cgit v1.2.3