From b29093c66530676842f0b939335fe6ff1e3e91ee Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Wed, 11 Mar 2026 18:49:46 -0400 Subject: [PATCH] calamares-nixos-extensions: Remove BIOS boot partition Calamares doesn't handle this well in combination with EFI support. The result is that you get an unencrypted ESP and an encrypted extra partition that isn't even mounted. Since the partition isn't even needed on BIOS systems for any purpose, just get rid of it. --- .../src/config/modules/partition.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/by-name/ca/calamares-nixos-extensions/src/config/modules/partition.conf b/pkgs/by-name/ca/calamares-nixos-extensions/src/config/modules/partition.conf index 75d04cec9dfa..557ebfae5663 100644 --- a/pkgs/by-name/ca/calamares-nixos-extensions/src/config/modules/partition.conf +++ b/pkgs/by-name/ca/calamares-nixos-extensions/src/config/modules/partition.conf @@ -22,17 +22,7 @@ availableFileSystemTypes: showNotEncryptedBootMessage: false -bios: - mountPoint: "/boot" - minimumSize: 512MiB - recommendedSize: 1GiB - label: "BOOT" - partitionLayout: - - name: "boot" - filesystem: "ext4" - mountPoint: "/boot" - size: 1GiB - name: "root" filesystem: "unknown" noEncrypt: false