From d226c26841990cbea6619bb91919e4330b758c37 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 Mar 2022 19:00:13 +0100 Subject: vidhar: ... --- hosts/vidhar/network/dsl.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix index 79104f6e..6d5b1dc6 100644 --- a/hosts/vidhar/network/dsl.nix +++ b/hosts/vidhar/network/dsl.nix @@ -145,6 +145,9 @@ in { bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; after = [ "sys-subsystem-net-devices-telekom.device" ]; }; + systemd.services.unbound = { + bindsTo = ["dhcpcd-${pppInterface}.service"]; + }; systemd.services."dhcpcd-${pppInterface}" = { wantedBy = [ "multi-user.target" "network-online.target" "pppd-telekom.service" ]; bindsTo = [ "pppd-telekom.service" "sys-subsystem-net-devices-${pppInterface}.device" ]; -- cgit v1.2.3