9 lines
111 B
Nix
9 lines
111 B
Nix
{ ... }:
|
|
{
|
|
services.sunshine = {
|
|
enable = true;
|
|
settings.port = 57989;
|
|
autoStart = false;
|
|
};
|
|
}
|