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" = {}; - # }; }; }; };