forked from pub-solar/os
dumpyourvms: limit number of nixos configurations
This commit is contained in:
parent
807960b8de
commit
e81f8e8ac4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
|||
|
||||
# Fix for Error switching console mode to 1: unsupported on startup
|
||||
boot.loader.systemd-boot.consoleMode = lib.mkForce "0";
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue