From 36be80fd47835c5259e214bfc7bff91cd722038c Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 5 Dec 2024 01:42:35 -0500 Subject: [PATCH] size -> end for disko root Signed-off-by: ahuston-0 --- disko/hetzner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disko/hetzner.nix b/disko/hetzner.nix index cc4e60b..7758259 100644 --- a/disko/hetzner.nix +++ b/disko/hetzner.nix @@ -24,7 +24,7 @@ priority = 1; }; root = { - size = "-1G"; + end = "-1G"; content = { type = "filesystem"; format = "ext4";