Skip to content

Commit

Permalink
systemd: limit to 5 boot entries
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Jun 10, 2023
1 parent c0134ce commit 3a8903e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/common/optional/systemd-boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
systemd-boot = {
enable = true;
consoleMode = "max";
configurationLimit = 5;
};
efi.canTouchEfiVariables = true;
};
Expand Down

0 comments on commit 3a8903e

Please sign in to comment.