summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-04-28 08:29:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-04-28 08:29:41 +0200
commitc7f46f97c1b42751b502bda36430119af50a1a45 (patch)
tree593b2a8707f11a485be644c29ee751952799873c /hosts/vidhar/network
parent0994d2985b779c8169b4fbbbb648070e4eb09160 (diff)
downloadnixos-c7f46f97c1b42751b502bda36430119af50a1a45.tar
nixos-c7f46f97c1b42751b502bda36430119af50a1a45.tar.gz
nixos-c7f46f97c1b42751b502bda36430119af50a1a45.tar.bz2
nixos-c7f46f97c1b42751b502bda36430119af50a1a45.tar.xz
nixos-c7f46f97c1b42751b502bda36430119af50a1a45.zip
vidhar: ...
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r--hosts/vidhar/network/dsl.nix3
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" ];