diff --git a/hosts/desktop/filesystems.nix b/hosts/desktop/filesystems.nix index 88d458e..ad95260 100755 --- a/hosts/desktop/filesystems.nix +++ b/hosts/desktop/filesystems.nix @@ -23,14 +23,14 @@ in { fileSystems = { "/home/matt/Steam" = { - device = "/dev/storage/logical-storage"; + device = "/dev/disk/by-uuid/EBEBAFB4-3CEB-4EB4-841B-693C94304751"; options = [ "subvol=Steam" "noatime" ] ++ defaultLocalOptions; }; "/home/matt/Heroic" = { - device = "/dev/storage/logical-storage"; + device = "/dev/disk/by-uuid/EBEBAFB4-3CEB-4EB4-841B-693C94304751"; options = [ "subvol=Heroic" "noatime"