Enable ollama on gamepc

This commit is contained in:
Pim Kunis 2025-01-28 13:56:13 +01:00
parent 4f3f39a955
commit 76000bf038

View file

@ -33,6 +33,13 @@
services = {
openssh.enable = true;
ollama = {
enable = true;
rocmOverrideGfx = "10.3.0";
loadModels = ["deepseek-r1:32b"];
acceleration = "rocm";
};
xserver.displayManager.lightdm.extraSeatDefaults = ''
autologin-user=pim
'';