1 Commits

Author SHA1 Message Date
f20066a0af ollama via unstable channel 2026-04-24 13:52:09 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ in
settings = { settings = {
### MONITOR ### MONITOR
monitor = [ monitor = [
"DP-3,1920x1080,auto,1" "DP-3,2440x1440,auto,1"
",preferred,auto,1" ",preferred,auto,1"
]; ];

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }: { pkgsUnstable, ... }:
{ {
services.ollama = { services.ollama = {
enable = true; enable = true;
package = pkgs.ollama-cuda; package = pkgsUnstable.ollama-cuda;
}; };
services.open-webui.enable = true; services.open-webui.enable = true;