Move media dirs to btrfs subvolume
This commit is contained in:
@ -121,6 +121,12 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
options = [ "subvol=home" "compress=zstd" ];
|
||||
};
|
||||
|
||||
fileSystems."/home/me/media" =
|
||||
{ device = "/dev/disk/by-uuid/93bdadfc-961a-4ea6-aef0-d3cd50847f0b";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=home/me/media" "compress=zstd" ];
|
||||
};
|
||||
|
||||
fileSystems."/swap" =
|
||||
{ device = "/dev/disk/by-uuid/" + swapUUID;
|
||||
fsType = "btrfs";
|
||||
|
Reference in New Issue
Block a user