update hardware config

This commit is contained in:
Mads Fagerlund 2026-07-02 14:51:59 +02:00
parent 6d0c024b0b
commit ebfb24f394
No known key found for this signature in database

View file

@ -16,11 +16,11 @@
hardware.enableRedistributableFirmware = true; # wifi/gpu firmware for arbitrary hw hardware.enableRedistributableFirmware = true; # wifi/gpu firmware for arbitrary hw
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-label/nixos"; device = "/dev/disk/by-label/NIXROOT";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/disk/by-label/BOOT"; device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat"; fsType = "vfat";
}; };