Remove boot filesystem specification from hardware configuration

This commit is contained in:
Elnu 2022-10-06 21:31:35 -07:00 committed by GitHub
parent 5dc6b54eb4
commit 2140a281eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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