1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add hardware IDs

This commit is contained in:
RGBCube 2023-11-02 14:34:42 +03:00
parent 08008717e1
commit 66427b2be4
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ systemConfiguration {
"rtsx_pci_sdmmc" "rtsx_pci_sdmmc"
"sd_mod" "sd_mod"
"sr_mod" "sr_mod"
"usb_storage" "usbhid"
"xhci_pci" "xhci_pci"
]; ];
@ -18,18 +18,18 @@ systemConfiguration {
}; };
fileSystems."/" = { fileSystems."/" = {
device = ""; device = "/dev/disk/by-uuid/cc473c12-94a9-4399-a0ab-f080f9e786f6";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = ""; device = "/dev/disk/by-uuid/D1F5-D862";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = [ swapDevices = [
{ {
device = ""; device = "/dev/disk/by-uuid/f3a15cd2-9897-4867-9414-d4a8c3e71caf";
} }
]; ];
} }