added podman and shortcut for nixos rebuilds
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user