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:
parent
1f5d2c1ce5
commit
36f3ebfcb3
3 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
./users.nix
|
||||
];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
metacfg = {
|
||||
emailOnFailure.enable = true;
|
||||
base.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue