Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
77e0ecadd2
|
|||
|
2bdb4a58e9
|
@@ -21,7 +21,7 @@
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-label/EFI";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
options = [ "fmask=0022" "dmask=0022" "nofail" ];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/Windows" = {
|
||||
|
||||
Reference in New Issue
Block a user