| Thank you, is there any consideration I have to take when making subvolumes? I'd like it to be consistent with how disko makes it
"/snapshots" = {
mountpoint = "/snapshots";
mountOptions = [ "compress=zstd" "noatime" ];
};
When I sudo btrfs subvolume list /home -t I notice that there are no slashes in the path name
ID gen top level path
-- --- --------- ----
256 87522 5 home
257 87348 5 nix
258 87522 5 persist
259 87283 5 swap
|