mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Fix tailscaled-set
This commit is contained in:
parent
5c1b5c39d6
commit
6dc9025762
1 changed files with 2 additions and 0 deletions
|
|
@ -27,5 +27,7 @@ in
|
||||||
"--advertise-exit-node=${lib.boolToString cfg.exitNode.enable}"
|
"--advertise-exit-node=${lib.boolToString cfg.exitNode.enable}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.tailscaled-set.after = [ "tailscaled-autoconnect.service" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue