From 33d4b51c00587b1cfaa5a31c570ca24c74cc6b6c Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 20 Feb 2024 09:57:29 +0100 Subject: [PATCH] T'was already in there --- nixos/hosts/EDI/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index ccc31db..70d0c8b 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -67,8 +67,6 @@ enable = true; pkiBundle = "/etc/secureboot"; }; - boot.loader.systemd-boot.configurationLimit = 3; - boot.loader.efi.canTouchEfiVariables = true; # Enable bluetooth hardware hardware.bluetooth.enable = true;