diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configuration.nix b/configuration.nix index de8beeb..19f11e2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -409,8 +409,6 @@ fuzzel swaybg - mako - stow lua-language-server @@ -459,16 +457,6 @@ services.pcscd.enable = true; - # services.ollama = { - # enable = true; - # package = pkgs.ollama-rocm; - # environmentVariables = { - # HIP_VISIBLE_DEVICES = "0"; - # OLLAMA_CONTEXT_LENGTH = "32768"; - # OLLAMA_KV_CACHE_TYPE = "q8_0"; - # }; - # }; - programs.neovim = { enable = true; defaultEditor = true; |
