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