8 lines
116 B
Nix
8 lines
116 B
Nix
{ config, ... }:
|
|
{
|
|
services.sunshine = {
|
|
enable = config.system.desktop.enable;
|
|
autoStart = false;
|
|
};
|
|
}
|