Remove qtbittorrent because of an RCE bug, prepare more for enable by module for server

This commit is contained in:
Jimbo 2024-11-08 16:57:56 -05:00
parent bbd3d080b5
commit bbf0696221
17 changed files with 29 additions and 38 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
services.sunshine = {
enable = config.system.desktop.enable;
autoStart = false;
};
}