diff --git a/hosts/spore/services/default.nix b/hosts/spore/services/default.nix index f6ee210e..6dd1aada 100644 --- a/hosts/spore/services/default.nix +++ b/hosts/spore/services/default.nix @@ -29,6 +29,8 @@ tailscaleAuthKeyFile = config.age.secrets.tailscale-auth-key.path; }; + systemd.services.golink.environment.TS_ADVERTISE_TAGS = "tag:golink"; + services.openssh.enable = true; services.tailscale.enable = true; }