[nixbox] Add tailscale.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user