···11{delib, ...}:
22delib.host {
33 name = "wallsocket";
44+55+ nixos = {
66+ # Force packages to be built with AMD ROCM support for better hardware compatibility.
77+ # Means more stuff needs to be built from scratch, but faster performance for things so worth it.
88+ nixpkgs.config.rocmSupport = true;
99+ };
410}