diff --git a/hosts/eetion/default.nix b/hosts/eetion/default.nix index a0dc7a91..8c974df2 100644 --- a/hosts/eetion/default.nix +++ b/hosts/eetion/default.nix @@ -9,9 +9,12 @@ ./host.nix ../../modules/common ../../modules/ssh + ../../modules/tailscale # ../../modules/uptime-kuma ]; + tailscale.enable = true; + ssh = { inherit (config.host) username; publicHostname = config.host.name;