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 = {
|
services = {
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
|
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
rocmOverrideGfx = "10.3.0";
|
||||||
|
loadModels = ["deepseek-r1:32b"];
|
||||||
|
acceleration = "rocm";
|
||||||
|
};
|
||||||
|
|
||||||
xserver.displayManager.lightdm.extraSeatDefaults = ''
|
xserver.displayManager.lightdm.extraSeatDefaults = ''
|
||||||
autologin-user=pim
|
autologin-user=pim
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue