From befa726b0b15ff6ac547f887300ef3f8bbcd5c63 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 3 Jun 2022 17:59:24 +0200 Subject: [PATCH] systemd: enable write uefi vars --- nixos/modules/systemduefi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/systemduefi.nix b/nixos/modules/systemduefi.nix index c7a5ae9..6aeea90 100644 --- a/nixos/modules/systemduefi.nix +++ b/nixos/modules/systemduefi.nix @@ -10,6 +10,7 @@ consoleMode = "keep"; editor = true; }; + efi.canTouchEfiVariables = true; }; }; }