7 lines
101 B
Nix
7 lines
101 B
Nix
{
|
|
services.sunshine = {
|
|
enable = true;
|
|
capSysAdmin = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|