mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added sunshine
This commit is contained in:
@@ -105,6 +105,7 @@
|
|||||||
vulkan-tools
|
vulkan-tools
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
|
dolphin-emu
|
||||||
gamemode
|
gamemode
|
||||||
heroic
|
heroic
|
||||||
mangohud
|
mangohud
|
||||||
@@ -138,6 +139,13 @@
|
|||||||
setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.sunshine = {
|
||||||
|
enable = true;
|
||||||
|
autoStart = false;
|
||||||
|
capSysAdmin = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "24.05"; # Did you read the comment?
|
system.stateVersion = "24.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user