Add Ollama service to Vanguard
This commit is contained in:
parent
63bb3342b2
commit
2e7e31fc5f
|
@ -10,6 +10,7 @@
|
|||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.opengl.extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd];
|
||||
hardware.opengl.extraPackages32 = [pkgs.driversi686Linux.amdvlk];
|
||||
services.ollama.enable = true;
|
||||
networking.wg-quick.interfaces = {
|
||||
protonvpn = {
|
||||
address = ["10.2.0.2/32"];
|
||||
|
|
Loading…
Reference in a new issue