10 lines
190 B
Nix
10 lines
190 B
Nix
{...}: {
|
|
services = {
|
|
sunshine = {
|
|
enable = true;
|
|
capSysAdmin = true;
|
|
openFirewall = true;
|
|
autoStart = false;
|
|
};
|
|
};
|
|
}
|