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;