rebuilding minimised nix files

This commit is contained in:
2026-03-02 13:37:55 +01:00
parent dc732a98c1
commit ff31d38f5a
22 changed files with 546 additions and 730 deletions
-5
View File
@@ -1,12 +1,7 @@
{ config, lib, pkgs, flakeRoot, ... }:
let
ollamaConfPath = flakeRoot.outPath + "/assets/conf/apps/ai/ollama/ollama.conf";
envVars = builtins.fromJSON (builtins.readFile ollamaConfPath);
in
{
services.ollama = {
enable = true;
package = pkgs.ollama;
environmentVariables = envVars;
};
}