fixing kaladin backup drive from btrfs to ext4... dumb me
This commit is contained in:
parent
478dfffa8f
commit
dc1b9118f2
|
@ -41,8 +41,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/run/media/chris/backup" =
|
fileSystems."/run/media/chris/backup" =
|
||||||
{ device = "/dev/disk/by-label/backup";
|
{ device = "/dev/disk/by-uuid/4286b9ef-e8ed-49a0-9eec-91b8ee05b2cb";
|
||||||
fsType = "btrfs";
|
fsType = "ext4";
|
||||||
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
|
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue