aboutsummaryrefslogtreecommitdiff
path: root/modules/services/sunshine.nix
blob: b28df3a00b1c3fa2995218d33e46fe430c153565 (plain)
1
2
3
4
5
6
7
8
9
10
{
  flake.modules.nixos.sunshine = {
    services.sunshine = {
      enable = true;
      autoStart = true;
      capSysAdmin = true;
      openFirewall = true;
    };
  };
}