diff --git a/system-config/configuration/homebox/disko.nix b/system-config/configuration/homebox/disko.nix index c2ddbaa..52d60b5 100644 --- a/system-config/configuration/homebox/disko.nix +++ b/system-config/configuration/homebox/disko.nix @@ -68,7 +68,7 @@ content = { type = "gpt"; partitions = { - ssd1 = { + hdd1 = { name = "hdd1"; size = "100%"; content = { @@ -130,7 +130,7 @@ hdd1_vg = { type = "lvm_vg"; lvs = { - ssd1 = { + hdd1 = { size = "100%FREE"; content = { type = "btrfs";