Skip to content

Commit 6dda507

Browse files
committed
feat: add ollama and webui
1 parent 20a0a6d commit 6dda507

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hosts/nixos/gaming/configuration.nix

+7
Original file line numberDiff line numberDiff line change
@@ -50,6 +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;
5360

5461
virtualisation.containers.enable = true;
5562
virtualisation = {

0 commit comments

Comments
 (0)