This commit is contained in:
Aleksandr Lebedev 2025-04-17 14:31:35 +02:00
parent 6c0fb4973f
commit 36e429a51f

View file

@ -62,6 +62,13 @@
clean.extraArgs = "--keep-since 4d --keep 3"; clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/nixos/nixos-config"; flake = "/home/nixos/nixos-config";
}; };
services.ollama = {
enable = true;
loadModels = [ "llama3.1" ];
home = "/home/nixos/ollama";
user = "ollama";
group = "ollama";
};
fonts.packages = with unstable-pkgs; [ #TODO change to pkgs when 25.05 comes out fonts.packages = with unstable-pkgs; [ #TODO change to pkgs when 25.05 comes out
nerd-fonts.jetbrains-mono nerd-fonts.jetbrains-mono
font-awesome font-awesome