mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
add sunshine
This commit is contained in:
10
modules/gaming/sys/sunshine.nix
Normal file
10
modules/gaming/sys/sunshine.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.gaming-sys-sunshine = { pkgs, ... }: {
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -18,6 +18,7 @@
|
||||
gaming-sys-nexusmods
|
||||
gaming-sys-osu
|
||||
gaming-sys-steam
|
||||
gaming-sys-sunshine
|
||||
gnome-sys-gdm
|
||||
gnome-sys-gdm-mo
|
||||
gnome-sys-gnome
|
||||
|
||||
Reference in New Issue
Block a user