fixing kaladin backup drive from btrfs to ext4... dumb me

This commit is contained in:
Chris Cochrun 2023-01-20 10:18:53 -06:00
parent 478dfffa8f
commit dc1b9118f2

View file

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