Compare commits
1 Commits
feature/ol
...
5c0357c933
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c0357c933 |
@@ -27,7 +27,7 @@ in
|
||||
settings = {
|
||||
### MONITOR
|
||||
monitor = [
|
||||
"DP-3,2440x1440,auto,1"
|
||||
"DP-3,1920x1080,auto,1"
|
||||
",preferred,auto,1"
|
||||
];
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{ pkgsUnstable, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgsUnstable.ollama-cuda;
|
||||
package = pkgs.ollama-cuda;
|
||||
};
|
||||
|
||||
services.open-webui.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user