Skip to content

Commit

Permalink
fix: long build times not currently using on this
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 14, 2025
1 parent 7297b08 commit e7078e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hosts/nixos/gaming/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ in {

system.autoUpgrade.enable = false;
services.blueman.enable = true;
services.ollama = {
enable = true;
# loadModules = [];
package = pkgs.ollama-cuda;
acceleration = "cuda";
};
services.open-webui.enable = true;
# services.ollama = {
# enable = true;
# # loadModules = [];
# package = pkgs.ollama-cuda;
# acceleration = "cuda";
# };
# services.open-webui.enable = true;

virtualisation.containers.enable = true;
virtualisation = {
Expand Down

0 comments on commit e7078e5

Please sign in to comment.