disabling some unused apps

This commit is contained in:
2025-07-06 15:08:33 -06:00
parent 472e1d28aa
commit 559c40f508
2 changed files with 8 additions and 8 deletions

View File

@@ -88,6 +88,7 @@ in
ffmpegthumbnailer
bign-handheld-thumbnailer
gnome-epub-thumbnailer
podman-compose
;
inherit (pkgs.libheif) out;
};
@@ -124,7 +125,7 @@ in
];
services = {
flatpak.enable = true;
open-webui.enable = true;
# open-webui.enable = true;
scx = {
enable = true;
scheduler = "scx_lavd";
@@ -137,10 +138,10 @@ in
enable = true;
path = [ pkgs.gnome-keyring ];
};
ollama = {
enable = true;
acceleration = "cuda";
};
# ollama = {
# enable = true;
# acceleration = "cuda";
# };
resilio = {
enable = true;
useUpnp = true;