summaryrefslogtreecommitdiff
path: root/modules/desktop/software/services/ollama.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-10 01:02:08 -0800
committerFuwn <[email protected]>2024-11-10 01:02:08 -0800
commitd27ab2406fbf68968681196c2466d679bd014ce3 (patch)
treecb904ea99eb40073395031e2fa7b1a5ad51e9837 /modules/desktop/software/services/ollama.nix
parentdesktop: plex samba share (diff)
downloadnixos-config-d27ab2406fbf68968681196c2466d679bd014ce3.tar.xz
nixos-config-d27ab2406fbf68968681196c2466d679bd014ce3.zip
desktop: move services out of software
Diffstat (limited to 'modules/desktop/software/services/ollama.nix')
-rw-r--r--modules/desktop/software/services/ollama.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/desktop/software/services/ollama.nix b/modules/desktop/software/services/ollama.nix
deleted file mode 100644
index d737250..0000000
--- a/modules/desktop/software/services/ollama.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- services.ollama = {
- enable = true;
- acceleration = "cuda";
- };
-}