Skip to content

Commit e7078e5

Browse files
committed
fix: long build times not currently using on this
1 parent 7297b08 commit e7078e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

hosts/nixos/gaming/configuration.nix

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ in {
5050

5151
system.autoUpgrade.enable = false;
5252
services.blueman.enable = true;
53-
services.ollama = {
54-
enable = true;
55-
# loadModules = [];
56-
package = pkgs.ollama-cuda;
57-
acceleration = "cuda";
58-
};
59-
services.open-webui.enable = true;
53+
# services.ollama = {
54+
# enable = true;
55+
# # loadModules = [];
56+
# package = pkgs.ollama-cuda;
57+
# acceleration = "cuda";
58+
# };
59+
# services.open-webui.enable = true;
6060

6161
virtualisation.containers.enable = true;
6262
virtualisation = {

0 commit comments

Comments
 (0)