diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-31 16:16:38 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-31 16:16:38 +0100 |
commit | ff8241c830d906070ae2f2b3f9519dc3b50e9914 (patch) | |
tree | d9d61226c585a5a6493d384f35fefa19a61fc6d6 /hosts/vidhar | |
parent | a65867c4c3de0c03ebcd94c6f2e4550b4dd443c1 (diff) | |
download | nixos-ff8241c830d906070ae2f2b3f9519dc3b50e9914.tar nixos-ff8241c830d906070ae2f2b3f9519dc3b50e9914.tar.gz nixos-ff8241c830d906070ae2f2b3f9519dc3b50e9914.tar.bz2 nixos-ff8241c830d906070ae2f2b3f9519dc3b50e9914.tar.xz nixos-ff8241c830d906070ae2f2b3f9519dc3b50e9914.zip |
vidhar: ...
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 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 |