From ed53b2be578dba351f1492cf4f1edc6ffd6473e3 Mon Sep 17 00:00:00 2001 From: hektor Date: Tue, 14 Apr 2026 17:27:13 +0200 Subject: [PATCH] feat: set up tailscale on 'eetion' host --- hosts/eetion/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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;