break tailscale into 2 configs for server and client

This commit is contained in:
2025-11-02 09:58:21 -06:00
parent 021c4a9172
commit b08cb2ea82
5 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ in
sops.enable = true;
podman.enable = true;
yubikey.enable = true;
tailscale.enable = true;
nvidia.enable = true;
};
holocron = {
@@ -38,6 +37,7 @@ in
};
homelab = {
enable = true;
tailscale.enable = true;
backups.enable = true;
motd.enable = true;
postfix.enable = true;