feat: migrate matej-nixos to framework16 amd-ai series

This commit is contained in:
2026-03-07 13:54:37 +01:00
parent 786748caeb
commit 2afc3dd068
4 changed files with 29 additions and 29 deletions

View File

@@ -17,8 +17,10 @@
boot.initrd.availableKernelModules = [
"nvme"
"xhci_pci"
"ahci"
"thunderbolt"
"usbhid"
"uas"
"sd_mod"
];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];
@@ -33,7 +35,7 @@
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/7151-CE52";
device = "/dev/disk/by-uuid/42D9-FAFD";
fsType = "vfat";
options = [
"fmask=0022"