Remove boot filesystem specification from hardware configuration

inky
Elnu 2 years ago committed by GitHub
parent 5dc6b54eb4
commit 2140a281eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,10 +19,6 @@
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
"/boot/efi" = {
device = "/dev/disk/by-label/boot";
fsType = "fat32";
};
};
swapDevices = [ ];

Loading…
Cancel
Save