fix: Fix typo in desktop host

This commit is contained in:
demenik
2025-12-01 19:25:34 +01:00
parent cb9b61c6e0
commit 300758da8b

View File

@@ -19,7 +19,7 @@
fileSystems."/boot" = {
device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat";
options = ["fmask=0022 dmask=0022"];
options = ["fmask=0022" "dmask=0022"];
};
swapDevices = [];