1748826689

This commit is contained in:
2025-06-01 19:11:29 -06:00
parent e9de39ed70
commit 42c135ec81
2 changed files with 13 additions and 1 deletions

View File

@ -26,7 +26,6 @@
vlc
onlyoffice-desktopeditors
nextcloud-client
sunshine
# GNOME extensions
gnomeExtensions.appindicator

View File

@ -11,4 +11,17 @@
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
package = pkgs.sunshine.override {
cudaSupport = true;
};
};
# Tailscale
services.tailscale.enable = true;
}