Skip to content

Commit

Permalink
nixos/tinc: remove restartTriggers
Browse files Browse the repository at this point in the history
```restartTriggers``` pointed to the constant files in ```/nix/store/``` and had to effect.
  • Loading branch information
volth authored and fpletz committed Jul 29, 2017
1 parent c4e26af commit eaa2d27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/services/networking/tinc.nix
Expand Up @@ -164,8 +164,6 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
path = [ data.package ];
restartTriggers = [ config.environment.etc."tinc/${network}/tinc.conf".source ]
++ mapAttrsToList (host: _ : config.environment.etc."tinc/${network}/hosts/${host}".source) data.hosts;
serviceConfig = {
Type = "simple";
PIDFile = "/run/tinc.${network}.pid";
Expand Down

0 comments on commit eaa2d27

Please sign in to comment.