Re-enable Ollama service on Vanguard
This commit is contained in:
parent
4ccd7e80cf
commit
abf667606a
|
@ -86,7 +86,13 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
hardware.openrgb.enable = true;
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
};
|
||||
};
|
||||
networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf";
|
||||
services.hardware.openrgb.enable = true;
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue