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;