diff --git a/hardware/mounts.nix b/hardware/mounts.nix index 6984139..6e55439 100644 --- a/hardware/mounts.nix +++ b/hardware/mounts.nix @@ -31,17 +31,17 @@ ]; }; - "/home/chris/Games" = { - device = "889e9f90-2d41-4f6b-a0af-21a727465a32"; - fsType = "ext4"; - options = [ - "defaults" - "x-systemd.mount-timeout=5" - "user" - "exec" - "x-systemd.automount" - "noauto" - ]; - }; + # "/home/chris/Games" = { + # device = "/dev/disk/bi-label/Games"; + # fsType = "ext4"; + # options = [ + # "defaults" + # "x-systemd.mount-timeout=5" + # "user" + # "exec" + # "x-systemd.automount" + # "noauto" + # ]; + # }; }; }