This commit is contained in:
Danilo Reyes 2025-08-02 11:15:32 -06:00
parent 3525cdc425
commit 81e9cb64bb

View File

@ -135,7 +135,7 @@ in
]; ];
services = { services = {
flatpak.enable = true; flatpak.enable = true;
# open-webui.enable = true; open-webui.enable = true;
scx = { scx = {
enable = true; enable = true;
scheduler = "scx_lavd"; scheduler = "scx_lavd";
@ -148,10 +148,10 @@ in
enable = true; enable = true;
path = [ pkgs.gnome-keyring ]; path = [ pkgs.gnome-keyring ];
}; };
# ollama = { ollama = {
# enable = true; enable = true;
# acceleration = "cuda"; acceleration = "cuda";
# }; };
resilio = { resilio = {
enable = true; enable = true;
useUpnp = true; useUpnp = true;