From e01d789521696d6951ec64408c4bc2d7c3eaee5f Mon Sep 17 00:00:00 2001 From: arcnmx Date: Thu, 27 Jul 2023 15:45:33 -0700 Subject: [PATCH] being required by local-fs.target is bad --- tewi/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"