open ai
This commit is contained in:
parent
3525cdc425
commit
81e9cb64bb
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user