diff options
author | grm@eyesin.space <grm@eyesin.space> | 2025-09-02 23:04:24 +0000 |
---|---|---|
committer | grm@eyesin.space <grm@eyesin.space> | 2025-09-02 23:04:24 +0000 |
commit | 47ef05ab310bb466300e93d1459370450414fbc4 (patch) | |
tree | 808f155d2871f831af743509de982c4c9789357c /nixos/ollama.nix | |
download | nixos-config-master.tar.gz nixos-config-master.tar.bz2 nixos-config-master.zip |
Diffstat (limited to 'nixos/ollama.nix')
-rw-r--r-- | nixos/ollama.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/ollama.nix b/nixos/ollama.nix new file mode 100644 index 0000000..19087de --- /dev/null +++ b/nixos/ollama.nix @@ -0,0 +1,5 @@ +{ + services.ollama = { + enable = true; + }; +} |