chore(nix): enable Tailscale on SGX, MX, and X1 systems

- Added `services.tailscale.enable = true` to the configurations of SGX, MX, and X1 systems for VPN support.
- Improves secure connectivity and simplifies network management across these systems.
This commit is contained in:
Harald Hoyer 2025-11-21 14:54:07 +01:00
parent 1f5d2c1ce5
commit 36f3ebfcb3
3 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,8 @@
./users.nix
];
services.tailscale.enable = true;
metacfg = {
emailOnFailure.enable = true;
base.enable = true;

View file

@ -11,6 +11,8 @@
./mail.nix
];
services.tailscale.enable = true;
boot.tmp.useTmpfs = false;
sops.secrets.pccs.sopsFile = ../../../.secrets/sgx/pccs.yaml;

View file

@ -11,6 +11,8 @@ with lib.metacfg;
./hardware-configuration.nix
];
services.tailscale.enable = true;
services.cratedocs-mcp.enable = true;
sops.age.sshKeyPaths = [ "/var/lib/secrets/ssh_host_ed25519_key" ];