mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
ai stuff
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
vscode
|
||||
];
|
||||
|
||||
users.users.wyoming = {
|
||||
isSystemUser = true;
|
||||
group = "wyoming";
|
||||
extraGroups = [ "audio" "dialout" ];
|
||||
};
|
||||
users.groups.wyoming = {};
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs.ollama-rocm;
|
||||
@@ -39,6 +46,8 @@
|
||||
enable = true;
|
||||
uri = "tcp://0.0.0.0:10700";
|
||||
name = "ai-satellite";
|
||||
user = "wyoming";
|
||||
group = "wyoming";
|
||||
vad.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user