tbb nixos btrfs shenanigans
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
fileSystems."/" =
|
||||||
|
{ device = "/dev/disk/by-label/NixOS";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "discard" "compress" "subvol=@" ];
|
||||||
|
};
|
||||||
|
fileSystems."/home" =
|
||||||
|
{ device = "/dev/disk/by-label/NixOS";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "discard" "compress" "subvol=@home" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -2,6 +2,6 @@
|
|||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-label/NixOS";
|
{ device = "/dev/disk/by-label/NixOS";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "discard" ];
|
options = [ "discard" "compress" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user