2
0
Fork 0
forked from pub-solar/os

dumpyourvms: limit number of nixos configurations

This commit is contained in:
teutat3s 2025-02-16 00:36:41 +01:00
parent 807960b8de
commit e81f8e8ac4
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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" ];