nixos-config/modules/system/sunshine-workstation/default.nix
Mohamed C. 06846c0b0b
Some checks are pending
Flake.lock / build (push) Waiting to run
add sunshine streaming
2024-10-04 09:55:04 +02:00

11 lines
133 B
Nix

{ ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
}