From 4edccaa43895c51c32057d7f9a6a8a1ced7ac36e Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:53:57 -0700 Subject: [PATCH] remove unsupported bcachefs subvol settings --- systems/disk-config.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systems/disk-config.nix b/systems/disk-config.nix index 6624b2b..4cdd863 100644 --- a/systems/disk-config.nix +++ b/systems/disk-config.nix @@ -37,10 +37,6 @@ "discard" ]; mountpoint = "/"; - # subvolumes = { - # "/home" = {}; - # "/nix" = {}; - # }; }; }; };