From 0dd1ecef91b6810f64f40f1cc385f901c59b4638 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 d98196fd..583bb564 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 = { authorizedHosts = [ "andromache"