no need ot set user for tailscale service as it's a system service
This commit is contained in:
parent
276b5257ac
commit
31d6e00786
1 changed files with 0 additions and 3 deletions
|
@ -15,9 +15,6 @@ in {
|
||||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||||
};
|
};
|
||||||
sops.secrets."tailscale-key-${config.networking.hostName}" = {
|
sops.secrets."tailscale-key-${config.networking.hostName}" = {
|
||||||
mode = "0440";
|
|
||||||
owner = config.users.users.cyryl.name;
|
|
||||||
group = config.users.users.cyryl.group;
|
|
||||||
sopsFile = ./keys.sops.yaml;
|
sopsFile = ./keys.sops.yaml;
|
||||||
};
|
};
|
||||||
systemd.services.tailscale-auth = {
|
systemd.services.tailscale-auth = {
|
||||||
|
|
Loading…
Reference in a new issue