mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(systemd-boot): only display last 5 generations
This commit is contained in:
@@ -18,7 +18,11 @@ in {
|
||||
promptColours.success = "yellow";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
};
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "scardanelli";
|
||||
|
||||
Reference in New Issue
Block a user