add zed, ollama, kubernetes

This commit is contained in:
2026-03-19 23:17:17 -04:00
parent a4e644fbbc
commit e90ba28713
6 changed files with 256 additions and 59 deletions

View File

@@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...
@@ -58,23 +57,6 @@
};
gvfs.enable = true;
ollama = {
enable = true;
package = pkgs.ollama-rocm;
loadModels = [
"dolphin3"
"gemma3"
"gemma3:27b"
"deepseek-r1:latest"
"deepseek-r1:1.5b"
"qwen3"
"qwen2.5-coder"
];
};
open-webui = {
enable = true;
port = 21212;
};
fwupd = {
enable = true;
@@ -95,7 +77,10 @@
};
};
users.users.alice.extraGroups = [ "calibre-web" ];
users.users = {
alice.extraGroups = [ "calibre-web" ];
};
users.groups.ollama = { };
system.stateVersion = "24.05";