Merge pull request #93602 from helsinki-systems/fix/qemu-vm.nix
qemu-vm: fix master eval
This commit is contained in:
commit
17d64058de
|
@ -496,7 +496,7 @@ in
|
|||
|
||||
virtualisation.efiVars =
|
||||
mkOption {
|
||||
default = "./${vmName}-efi-vars.fd";
|
||||
default = "./${config.system.name}-efi-vars.fd";
|
||||
description =
|
||||
''
|
||||
Path to nvram image containing UEFI variables. The will be created
|
||||
|
|
Loading…
Reference in New Issue