Sun Jun 23 02:44:05 AM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-23 02:44:05 +02:00
parent e1971e3465
commit 0cd4f1d044
1 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,19 @@
enable = true; enable = true;
}; };
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
environment.variables = {
ROC_ENABLE_PRE_VEGA = "1";
};
networking.wg-quick.interfaces = { networking.wg-quick.interfaces = {
wg0 = { wg0 = {
address = [ "10.0.0.10/24" " 2a02:a03f:83ad:2101::2/128" ]; address = [ "10.0.0.10/24" " 2a02:a03f:83ad:2101::2/128" ];