Testing lib.mkForce

This commit is contained in:
2026-03-01 17:48:33 +01:00
parent 1696154c3d
commit bb64271d5d
5 changed files with 306 additions and 319 deletions
-2
View File
@@ -1,10 +1,8 @@
{ config, lib, pkgs, flakeRoot, ... }:
let
ollamaConfPath = flakeRoot + "/assets/conf/apps/ai/ollama/ollama.conf";
envVars = builtins.fromJSON (builtins.readFile ollamaConfPath);
in
{
services.ollama = {
enable = true;