feat: set up tailscale on 'eetion' host

This commit is contained in:
2026-04-14 17:27:13 +02:00
parent 54913f0ef5
commit ed53b2be57

View File

@@ -9,9 +9,12 @@
./host.nix ./host.nix
../../modules/common ../../modules/common
../../modules/ssh ../../modules/ssh
../../modules/tailscale
# ../../modules/uptime-kuma # ../../modules/uptime-kuma
]; ];
tailscale.enable = true;
ssh = { ssh = {
inherit (config.host) username; inherit (config.host) username;
publicHostname = config.host.name; publicHostname = config.host.name;