moving kaladin drive to by-label
This commit is contained in:
parent
6bb73afaf1
commit
d8c79c22c8
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue