diff options
-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 27a07224..96c1bbef 100644 --- a/hosts/vidhar/dsl.nix +++ b/hosts/vidhar/dsl.nix | |||
@@ -38,7 +38,7 @@ in { | |||
38 | ''; | 38 | ''; |
39 | }; | 39 | }; |
40 | systemd.services."pppd-telekom" = { | 40 | systemd.services."pppd-telekom" = { |
41 | stopIfChanged = false; | 41 | stopIfChanged = true; |
42 | 42 | ||
43 | serviceConfig = lib.mkForce { | 43 | serviceConfig = lib.mkForce { |
44 | Type = "notify"; | 44 | Type = "notify"; |
@@ -139,7 +139,7 @@ in { | |||
139 | path = with pkgs; [ dhcpcd nettools openresolv ]; | 139 | path = with pkgs; [ dhcpcd nettools openresolv ]; |
140 | unitConfig.ConditionCapability = "CAP_NET_ADMIN"; | 140 | unitConfig.ConditionCapability = "CAP_NET_ADMIN"; |
141 | 141 | ||
142 | stopIfChanged = false; | 142 | stopIfChanged = true; |
143 | 143 | ||
144 | preStart = '' | 144 | preStart = '' |
145 | i=0 | 145 | i=0 |