9 lines
133 B
Nix
9 lines
133 B
Nix
{...}: {
|
|
services.sunshine = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
capSysAdmin = true;
|
|
# applications = {};
|
|
};
|
|
}
|