moving kaladin drive to by-label

This commit is contained in:
Chris Cochrun 2023-01-20 10:13:11 -06:00
parent 6bb73afaf1
commit d8c79c22c8

View file

@ -41,7 +41,7 @@
}; };
fileSystems."/run/media/chris/backup" = fileSystems."/run/media/chris/backup" =
{ device = "/dev/disk/by-uuid/4286b9ef-e8ed-49a0-9eec-91b8ee05b2cb"; { device = "/dev/disk/by-label/backup";
fsType = "btrfs"; fsType = "btrfs";
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ]; options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
}; };