Merge pull request #60231 from mayflower/tinc-allow-networking-interfaces

nixos/tinc: remove ordering dependency on network.target
This commit is contained in:
Linus Heckemann 2019-05-14 17:51:20 +02:00 committed by GitHub
commit 2b13c29c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,6 @@ in
({
description = "Tinc Daemon - ${network}";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
path = [ data.package ];
restartTriggers = [ config.environment.etc."tinc/${network}/tinc.conf".source ];
serviceConfig = {