this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: move ROCm config to per host

Khue Doan 33a7f0e8 7fac5d19

+12 -6
-6
configuration.nix
··· 81 81 }; 82 82 }; 83 83 84 - nixpkgs = { 85 - config = { 86 - rocmSupport = true; 87 - }; 88 - }; 89 - 90 84 # List packages installed in system profile. 91 85 environment = { 92 86 systemPackages = with pkgs; [
+6
hosts/ryzentower/default.nix
··· 11 11 }; 12 12 }; 13 13 14 + nixpkgs = { 15 + config = { 16 + rocmSupport = true; 17 + }; 18 + }; 19 + 14 20 networking = { 15 21 hostName = "ryzentower"; 16 22 };
+6
hosts/thinkpadz13/default.nix
··· 11 11 }; 12 12 }; 13 13 14 + nixpkgs = { 15 + config = { 16 + rocmSupport = true; 17 + }; 18 + }; 19 + 14 20 networking = { 15 21 hostName = "thinkpadz13"; 16 22 };