nixos/hosts/hypr-nix/sunshine.nix
MichaelFisher1997 fe0da003b9 Updated
2025-07-01 18:03:06 +01:00

18 lines
327 B
Nix

{ ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
#security.wrappers.sunshine = {
# owner = "root";
# group = "root";
# capabilities = "cap_sys_admin+p";
# source = "${pkgs.sunshine}/bin/sunshine";
# };
}