diff --git a/tewi/nixos.nix b/tewi/nixos.nix index 67f52ebc..16ed6c2d 100644 --- a/tewi/nixos.nix +++ b/tewi/nixos.nix @@ -151,7 +151,7 @@ in { fsType = "xfs"; options = [ "x-systemd.automount" - "noauto" + "noauto" "nofail" "x-systemd.requires=${md.shadow.service}" "x-systemd.after=${md.shadow.service}" "x-systemd.after=${md.shadow.unit}"