Fix nested subvolumes

Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
Tristan D. 2023-09-18 16:48:31 +02:00
parent 46e80b8f3c
commit ff0a31871c
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY

View file

@ -86,6 +86,7 @@
"/dev/mapper/crypted_0"
];
subvolumes = {
"/_active" = {};
"/_active/root" = {
mountpoint = "/";
mountOptions = ["compress=zstd" "noatime"];