Skip to content

Commit

Permalink
modules (disko): Limit configurations visible in systemd boot
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Nov 6, 2024
1 parent 49511fa commit 2027d9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/nixos/disko/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ in {
.devices;

boot.loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
configurationLimit = 20;
};
efi.canTouchEfiVariables = true;
};
})
Expand Down

0 comments on commit 2027d9f

Please sign in to comment.