From 5d082a11c3117abad8090ab83fb5ce85fdc8269a Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 29 Mar 2026 11:26:11 +0700 Subject: [PATCH] fix build error --- modules/hardware/misc/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/misc/disks.nix b/modules/hardware/misc/disks.nix index 9479fe1..0988ea9 100644 --- a/modules/hardware/misc/disks.nix +++ b/modules/hardware/misc/disks.nix @@ -13,7 +13,7 @@ in { options = if dev.required == false then [ "nofail" "x-systemd.automount" - ] else []; + ] else [ "defaults" ]; }) ) homelab.disks; } \ No newline at end of file