prefect: enable automount of secondary filesystems
Alan Pearce alan@alanpearce.eu
Thu, 16 Jun 2022 15:42:59 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -55,13 +55,13 @@ "/home".options = [ "atgc" "gc_merge" "lazytime" ]; "/mnt/data" = { device = "/dev/disk/by-uuid/52E422C5E422AAE5"; fsType = "ntfs3"; - options = [ "uid=1000" "gid=100" "noauto" "x-systemd-automount" ]; + options = [ "uid=1000" "gid=100" "x-systemd-automount" ]; }; "/mnt/games" = { device = "/dev/disk/by-partlabel/games"; fsType = "ntfs3"; - options = [ "uid=1000" "gid=100" "noauto" "x-systemd-automount" ]; + options = [ "uid=1000" "gid=100" "x-systemd-automount" ]; }; "/mnt/windows" = {