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

@ -1,7 +0,0 @@
{ ... }:
{
imports = [
./keyd
./ssh
];
}

View file

@ -1,8 +1,7 @@
{ ... }:
{
imports = [
./common
./pc
./general
#./server
];
}

View file

@ -3,8 +3,10 @@
imports = [
./gnome-keyring
./gvfs
./keyd
./libvirtd
./mpd
./ssh
./sunshine
];
}

View file

@ -6,10 +6,11 @@
./fileserver
./forgejo
./icecast
./mailserver
./minecraft
./misc
./mysql
./nginx
./snowflake
./social
./transmission
./vaultwarden

View file

@ -1,7 +0,0 @@
{ ... }:
{
services = {
snowflake-proxy.enable = true;
logrotate.checkConfig = false;
};
}

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.snowflake-proxy.enable = true;
}