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 =
|
virtualisation.efiVars =
|
||||||
mkOption {
|
mkOption {
|
||||||
default = "./${vmName}-efi-vars.fd";
|
default = "./${config.system.name}-efi-vars.fd";
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Path to nvram image containing UEFI variables. The will be created
|
Path to nvram image containing UEFI variables. The will be created
|
||||||
|
Loading…
Reference in New Issue
Block a user