diff --git a/hosts/server/disk-config.nix b/hosts/server/disk-config.nix index 544dc63..1e971ca 100644 --- a/hosts/server/disk-config.nix +++ b/hosts/server/disk-config.nix @@ -23,21 +23,6 @@ mountpoint = "/boot"; }; }; - root = { - name = "root"; - size = "100%"; - content = { - type = "lvm_pv"; - vg = "pool"; - }; - }; - }; - }; - }; - lvm_vg = { - pool = { - type = "lvm_vg"; - lvs = { root = { size = "100%FREE"; content = {