diff --git a/common/ollama-config.nix b/common/ollama-config.nix index 3b01745..9538c59 100644 --- a/common/ollama-config.nix +++ b/common/ollama-config.nix @@ -20,6 +20,7 @@ SAFE_MODE = "True"; BYPASS_MODEL_ACCESS_CONTROL = "True"; ENABLE_COMPRESSION_MIDDLEWARE = "False"; # Not needed since I access it via localhost + OLLAMA_API_BASE_URL = "http://127.0.0.1:${toString config.services.ollama.port}/v1"; # Fixes qwen 3.6 as of writing; TODO Remove if not needed anymore DEFAULT_RAG_TEMPLATE = '' ### Task: diff --git a/home/doggo/hyprland-config.nix b/home/doggo/hyprland-config.nix index 9d59e19..fc5747e 100644 --- a/home/doggo/hyprland-config.nix +++ b/home/doggo/hyprland-config.nix @@ -13,7 +13,7 @@ let peach = "rgb(fab387)"; }; - find_monitor = id: "$(hyprctl monitors -j | jq -r '.[] | select(.id==${builtins.toString id}) | .name')"; + find_monitor = id: "$(hyprctl monitors -j | jq -r '.[] | select(.id==${toString id}) | .name')"; mkVideoWallpaper = id: hash: "${(pkgs.stdenv.mkDerivation {