fix build error
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s

This commit is contained in:
Satria 2026-03-29 11:26:11 +07:00
commit 5d082a11c3

View file

@ -13,7 +13,7 @@ in {
options = if dev.required == false then [ options = if dev.required == false then [
"nofail" "nofail"
"x-systemd.automount" "x-systemd.automount"
] else []; ] else [ "defaults" ];
}) })
) homelab.disks; ) homelab.disks;
} }