summary refs log tree commit diff
path: root/host/Rory-portable/ollama.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-portable/ollama.nix')
-rwxr-xr-xhost/Rory-portable/ollama.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/host/Rory-portable/ollama.nix b/host/Rory-portable/ollama.nix
index 15b347b..0c72b85 100755
--- a/host/Rory-portable/ollama.nix
+++ b/host/Rory-portable/ollama.nix
@@ -1,4 +1,9 @@
-{ config, pkgs, lib, ... }:
+{
+  config,
+  pkgs,
+  lib,
+  ...
+}:
 
 {
   services.ollama = {