enable cuda support

This commit is contained in:
2024-05-26 00:04:06 +05:30
parent 400dc02ed7
commit dd7961411f

View File

@ -20,6 +20,7 @@
];
config = {
cudaSupport = true;
allowUnfree = true;
joypixels.acceptLicense = true;
};
@ -251,7 +252,10 @@
enable = true;
package = pkgs.mullvad-vpn;
};
ollama.enable = true;
ollama = {
enable = true;
acceleration = "cuda";
};
};
fonts.packages = with pkgs; [(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})];