about summary refs log tree commit diff
path: root/nixos/tests/initrd-secrets-changing.nix
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-04-12 19:55:43 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-04-21 13:00:19 +0200
commit614b83a3285ca44650473e73f9777d7c41fe88a1 (patch)
tree70d25ac5dd57572d26cc30978aa14a558606cfee /nixos/tests/initrd-secrets-changing.nix
parente3a41f3fec8ddfc9e20df2e10f49c464525defa3 (diff)
nixos/virtualisation/qemu-vm: remove persistBootDevice option
This option has been introduced in 678eed323ffd90117472cd432ebe85dddaff07f1 without realizing there was this
PR inflight, unfortunately, it collide with what this PR does and make
it irrelevant.

Therefore, I remove it here.
Diffstat (limited to 'nixos/tests/initrd-secrets-changing.nix')
-rw-r--r--nixos/tests/initrd-secrets-changing.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/initrd-secrets-changing.nix b/nixos/tests/initrd-secrets-changing.nix
index 775c69d0142db..d6f9ef9ced83a 100644
--- a/nixos/tests/initrd-secrets-changing.nix
+++ b/nixos/tests/initrd-secrets-changing.nix
@@ -15,7 +15,6 @@ testing.makeTest {
 
   nodes.machine = { ... }: {
     virtualisation.useBootLoader = true;
-    virtualisation.persistBootDevice = true;
 
     boot.loader.grub.device = "/dev/vda";