9 lines
135 B
Nix
9 lines
135 B
Nix
|
{
|
||
|
# Enable Sunshine as a service
|
||
|
services.sunshine = {
|
||
|
enable = true;
|
||
|
settings.port = 57989;
|
||
|
autoStart = false;
|
||
|
};
|
||
|
}
|