remove old stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-29 16:44:34 -05:00
parent 384ece931e
commit 7f706e870e
102 changed files with 211 additions and 2477 deletions

View file

@ -22,9 +22,15 @@
"usb_storage"
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
fileSystems."/" = {
device = "/dev/disk/by-label/NIXROOT";