mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
finished iso generator
fixed stupid type causing vfat partition to not mount
This commit is contained in:
parent
db6bb1b7a6
commit
9d887fc79c
3 changed files with 57 additions and 10 deletions
|
|
@ -118,7 +118,7 @@ inputs: {
|
|||
options = ["X-mount.mkdir"];
|
||||
};
|
||||
|
||||
fileSystems."/boot/efis/nvme-SHPP41-500GM_SSSB4N6719101A4N0E" = {
|
||||
fileSystems."/boot/efis/nvme-SHPP41-500GM_SSB4N6719101A4N0E" = {
|
||||
device = "/dev/disk/by-id/nvme-SHPP41-500GM_SSB4N6719101A4N0E-part2";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue