From c369442e44536bb51e566266fb912b9535920750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sat, 10 Jan 2026 12:33:18 +0100 Subject: [PATCH] Get mirror config working --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 273666d..eeccf8e 100644 --- a/deploy.sh +++ b/deploy.sh @@ -505,7 +505,7 @@ disks_generation() { # Subtract 2GB for safety (headers, rounding) local PART_SIZE_GIB=$(( (MIN_SIZE - 2147483648) / 1024 / 1024 / 1024 )) - export PARTITION_SIZE="${PART_SIZE_GIB}GiB" + export PARTITION_SIZE="${PART_SIZE_GIB}G" (envsubst < "templates/nix-config/disks/mirror.nix") >> final-nix-config/etc/nixos/disks/disko.nix