feat: update aero

This commit is contained in:
2026-04-21 22:22:51 +02:00
parent 00732b966f
commit cd1e36aec3
5 changed files with 52 additions and 35 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
username,
...
}:
@@ -16,10 +17,10 @@ in
};
config = mkIf cfg.enable {
home-manager.users.${username}.home.packages = [ pkgs.llama-cpp-rocm ];
services = {
ollama.enable = true;
open-webui = {
enable = true;
enable = false;
port = 57461;
environment = {
ANONYMIZED_TELEMETRY = "False";