[nixbox] Add tailscale.

This commit is contained in:
jmug
2026-01-21 21:01:52 -08:00
parent d324da36c3
commit 8a56edb117
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -105,6 +105,9 @@ in
# Idling
sway-audio-idle-inhibit
logiops
# networking.
tailscale
tailscale-systray
];
environment.pathsToLink = [ "/share/applications" "/share/xdg-desktop-portal" ];
fonts = {
@@ -207,6 +210,8 @@ in
};
};
services.tailscale.enable = true;
security.pam.services.hyprlock = {};
programs.hyprland = {
enable = true;