From bb3474f1af5995c598079829cd50326b2dab8dc8 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 23 May 2025 15:01:41 -0500 Subject: [PATCH] desktop fs --- hosts/desktop/filesystems.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"