Add firmware partition offset

This commit is contained in:
Nathan van Doorn 2024-05-04 13:51:43 +02:00
parent c99b72af18
commit 1ec4a70c1c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
networking.hostName = "chopper"; networking.hostName = "chopper";
networking.firewall.enable = true; networking.firewall.enable = true;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
sdImage.firmwarePartitionOffset = 32;
}; };
# Configuration of individual users # Configuration of individual users
nixosModules.users = {...}: { nixosModules.users = {...}: {