update hardware config
This commit is contained in:
parent
6d0c024b0b
commit
ebfb24f394
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@
|
|||
hardware.enableRedistributableFirmware = true; # wifi/gpu firmware for arbitrary hw
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
device = "/dev/disk/by-label/NIXROOT";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-label/BOOT";
|
||||
device = "/dev/disk/by-label/NIXBOOT";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue