aboutsummaryrefslogtreecommitdiff
path: root/nixos/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/services.nix')
-rw-r--r--nixos/services.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/services.nix b/nixos/services.nix
index 56e2fa4..b037ea8 100644
--- a/nixos/services.nix
+++ b/nixos/services.nix
@@ -14,10 +14,6 @@
alsa.support32Bit = true;
pulse.enable = true;
};
- services.ollama = {
- enable = true;
- acceleration = "cuda";
- };
services.power-profiles-daemon.enable = true;
services.openssh.enable = true;
services.flatpak.enable = true;