Merge pull request #276430 from hellodword/patch-1
nixos/tailscale: fix after and wants
This commit is contained in:
commit
3d6243a6a9
@ -100,8 +100,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.tailscaled-autoconnect = mkIf (cfg.authKeyFile != null) {
|
systemd.services.tailscaled-autoconnect = mkIf (cfg.authKeyFile != null) {
|
||||||
after = ["tailscale.service"];
|
after = ["tailscaled.service"];
|
||||||
wants = ["tailscale.service"];
|
wants = ["tailscaled.service"];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
Loading…
Reference in New Issue
Block a user