main #4

Merged
Lithospherical merged 17 commits from jan-leila/nix-config:main into main 2025-06-25 02:46:33 +00:00
Showing only changes of commit b7cfcfef7d - Show all commits

View file

@ -192,6 +192,9 @@
};
};
# limit arc usage to 50gb because ollama doesn't play nice with zfs using up all of the memory
boot.kernelParams = ["zfs.zfs_arc_max=53687091200"];
services = {
# TODO: move zfs scrubbing into module
zfs = {
@ -215,6 +218,8 @@
enable = true;
exposePort = true;
acceleration = false;
loadModels = [
# conversation models
"llama3.1:8b"