10 lines
149 B
Nix
10 lines
149 B
Nix
_: {
|
|
services = {
|
|
sunshine = {
|
|
enable = true;
|
|
capSysAdmin = true;
|
|
openFirewall = true;
|
|
autoStart = true;
|
|
};
|
|
};
|
|
}
|