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