Re-enable Ollama service on Vanguard

This commit is contained in:
Evie Litherland-Smith 2025-01-22 07:25:32 +00:00
parent 4ccd7e80cf
commit abf667606a

View file

@ -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";
}