ai: init
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
allowedUDPPortRanges = openPortRanges;
|
allowedUDPPortRanges = openPortRanges;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nix.settings ={
|
nix.settings = {
|
||||||
cores = 8;
|
cores = 8;
|
||||||
max-jobs = 8;
|
max-jobs = 8;
|
||||||
};
|
};
|
||||||
@@ -149,6 +149,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.gnome-keyring ];
|
path = [ pkgs.gnome-keyring ];
|
||||||
};
|
};
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
# loadModels = [];
|
||||||
|
acceleration = "cuda";
|
||||||
|
};
|
||||||
|
open-webui.enable = true;
|
||||||
resilio = {
|
resilio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useUpnp = true;
|
useUpnp = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user