Enable ollama on gamepc
This commit is contained in:
parent
4f3f39a955
commit
76000bf038
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue