Remove qtbittorrent because of an RCE bug, prepare more for enable by module for server
This commit is contained in:
parent
bbd3d080b5
commit
bbf0696221
17 changed files with 29 additions and 38 deletions
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./keyd
|
||||
./ssh
|
||||
];
|
||||
}
|
|
@ -1,8 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./common
|
||||
./pc
|
||||
./general
|
||||
#./server
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
imports = [
|
||||
./gnome-keyring
|
||||
./gvfs
|
||||
./keyd
|
||||
./libvirtd
|
||||
./mpd
|
||||
./ssh
|
||||
./sunshine
|
||||
];
|
||||
}
|
|
@ -6,10 +6,11 @@
|
|||
./fileserver
|
||||
./forgejo
|
||||
./icecast
|
||||
./mailserver
|
||||
./minecraft
|
||||
./misc
|
||||
./mysql
|
||||
./nginx
|
||||
./snowflake
|
||||
./social
|
||||
./transmission
|
||||
./vaultwarden
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
snowflake-proxy.enable = true;
|
||||
logrotate.checkConfig = false;
|
||||
};
|
||||
}
|
4
modules/system/services/server/snowflake/default.nix
Normal file
4
modules/system/services/server/snowflake/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.snowflake-proxy.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue