summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-01-03 19:13:19 +0100
committersils <sils@sils.li>2023-01-03 19:13:19 +0100
commit066fc85712d2155c525f5c54aecfbf42bd628998 (patch)
tree9a28e9b04344a0128ea7f28ea6d579ebc2ed42cc
parentchange restic-cache to /srv bc of temp-root (diff)
downloadnix-config-066fc85712d2155c525f5c54aecfbf42bd628998.zip
remove unnecessary boot-entries
-rw-r--r--hardware/basesystem.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hardware/basesystem.nix b/hardware/basesystem.nix
index e2b6ca7..1a9b7e1 100644
--- a/hardware/basesystem.nix
+++ b/hardware/basesystem.nix
@@ -15,7 +15,10 @@
extraModulePackages = [ ];
kernelPackages = pkgs.linuxPackages_latest;
loader = {
- systemd-boot.enable = true;
+ systemd-boot = {
+ enable = true;
+ configurationLimit = 3;
+ };
efi.canTouchEfiVariables = true;
};
};