From ff0a31871c43d7e68ec71b5572990b4710c645ed Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Mon, 18 Sep 2023 16:48:31 +0200 Subject: [PATCH] Fix nested subvolumes Signed-off-by: Tristan Druyen --- disko.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/disko.nix b/disko.nix index 5f01d69..8d848e9 100644 --- a/disko.nix +++ b/disko.nix @@ -86,6 +86,7 @@ "/dev/mapper/crypted_0" ]; subvolumes = { + "/_active" = {}; "/_active/root" = { mountpoint = "/"; mountOptions = ["compress=zstd" "noatime"];