From 26ce2814e19ad4e5b625346962a7d68e35f82930 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sat, 21 Jan 2023 15:59:35 +0100 Subject: [PATCH] vfs_share subvolume is not needed for boot --- capibara.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/capibara.nix b/capibara.nix index 39131cc..2dc0643 100644 --- a/capibara.nix +++ b/capibara.nix @@ -66,7 +66,6 @@ in { device = "/dev/mapper/root"; fsType = "btrfs"; options = [ "subvol=vfs_share" "compress=zstd" ]; - neededForBoot = true; }; };