fix(homelab): add tailscale to kube node

This commit is contained in:
2025-12-27 15:18:58 -08:00
parent 4d47d887f7
commit 136d127117
3 changed files with 10 additions and 5 deletions

View File

@@ -44,6 +44,11 @@
name = "iqn.2020-08.org.linux-iscsi.initiatorhost:${meta.hostname}";
};
services.tailscale = {
enable = true;
useRoutingFeatures = "client";
};
security.sudo.wheelNeedsPassword = false;
users.users.luca = {