all repos — nixfiles @ 52fe375cd0a1a2af61537d3dbed9f21812e4588f

System and user configuration, managed by nix and home-manager

prefect: enable automount of secondary filesystems

Alan Pearce
commit

52fe375cd0a1a2af61537d3dbed9f21812e4588f

parent

9497d7334faf9716dd23985bd42022f922c87eda

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M system/prefect.nixsystem/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" = {