From e24e96f09180e1d9f6304ef72d23a059a56327a6 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 2 May 2026 10:30:52 +0200 Subject: [PATCH] Fix VPS --- systems/gateway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/gateway/default.nix b/systems/gateway/default.nix index 0fb7a1d..19c0b24 100644 --- a/systems/gateway/default.nix +++ b/systems/gateway/default.nix @@ -2,6 +2,7 @@ imports = [ ./hardware.nix ]; boot.loader.systemd-boot.enable = lib.mkForce true; + boot.loader.efi.canTouchEfiVariables = lib.mkForce false; boot.loader.grub = { enable = true; # device = "nodev"; # Required for EFI#