Add Tailscale service - TO BE REMOVED LATER... I THINK... MAYBE REPLACED WITH OPENVPN SERVER
This commit is contained in:
parent
58c6478876
commit
4404dff982
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
# Enable Tailscale for secure remote access
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Enable Seatd for Wayland sessions (needed for sway/seat management)
|
# Enable Seatd for Wayland sessions (needed for sway/seat management)
|
||||||
services.seatd = {
|
services.seatd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue