Add firmware partition offset
This commit is contained in:
parent
c99b72af18
commit
1ec4a70c1c
|
@ -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 = {...}: {
|
||||||
|
|
Loading…
Reference in New Issue