From fc21798881bcf58dee4b6966006cfa456be5ab9a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 19 Jan 2024 22:38:37 -0600 Subject: [PATCH] Set EFI_DIR --- hosts/myself/container-runner.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/myself/container-runner.nix b/hosts/myself/container-runner.nix index 7b5ce8f..ffd7c76 100644 --- a/hosts/myself/container-runner.nix +++ b/hosts/myself/container-runner.nix @@ -55,6 +55,9 @@ lib.attrsets.recursiveUpdate { limit = 5; registrationConfigFile = config.age.secrets.runner-reg.path; tagList = [ "shell" name ]; + environmentVariables = { + EFI_DIR = "${pkgs.OVMF.fd}/FV/"; + }; }; }; };