fix mounting maybe

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-15 07:31:38 +01:00
parent b07c062fb1
commit 8aea70a865
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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";