From ef67bfff5c62d4231d2f949d9ad07bd5d429acaf Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 15 Feb 2024 22:28:25 +0100 Subject: [PATCH] Add configurationlimit to EDI --- nixos/hosts/EDI/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index b665ba5..9f460ef 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -65,6 +65,8 @@ enable = true; pkiBundle = "/etc/secureboot"; }; + boot.loader.systemd-boot.configurationLimit = 3; + boot.loader.efi.canTouchEfiVariables = true; # Enable bluetooth hardware hardware.bluetooth.enable = true;