fix mounting maybe
This commit is contained in:
parent
b07c062fb1
commit
8aea70a865
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@
|
|||
};
|
||||
|
||||
fileSystems = {
|
||||
"/boot/firmware" = {
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-label/FIRMWARE";
|
||||
fsType = "vfat";
|
||||
options = ["nofail" "noauto"];
|
||||
options = ["nofail"];
|
||||
};
|
||||
"/" = {
|
||||
device = "192.168.2.1:/export/vf2";
|
||||
|
|
Loading…
Reference in a new issue