added podman and shortcut for nixos rebuilds

This commit is contained in:
2026-08-16 11:16:11 -07:00
parent da513216a3
commit 8f61297dcb
8 changed files with 186 additions and 31 deletions

View File

@@ -20,7 +20,7 @@
ollama = {
enable = true;
package = pkgs.ollama-cuda;
package = pkgs.unstable.ollama-cuda;
host = "0.0.0.0";
port = 11434;
user = "ollama";
@@ -33,6 +33,6 @@
environment.systemPackages = with pkgs; [
comfy-ui-cuda
ollama-cuda
unstable.ollama-cuda
];
}