From 0d83910a612d6b0230c1918ca445efba06cab4c1 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 2 Dec 2025 13:31:48 -0700 Subject: [PATCH] updates --- nix/ai-server-1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/ai-server-1.nix b/nix/ai-server-1.nix index 599f30c..9b89399 100644 --- a/nix/ai-server-1.nix +++ b/nix/ai-server-1.nix @@ -8,7 +8,7 @@ ]; boot.loader.systemd-boot.enbale = true; - boot.loader.canTouchEfiVariables = true; + boot.loader.efi.canTouchEfiVariables = true; networking.hostname = "ai-office-server"; networking.networkmanager.enable = true;