about summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-01-19 10:19:53 +0100
committerVladimír Čunát <v@cunat.cz>2023-01-19 10:25:22 +0100
commit8d45d82c71b91872e853f0bce3ed69993508ec5e (patch)
treef08ea62f027f06a8afedfea3606038002c55a7f4 /nixos/tests/installer.nix
parent3851e50fefc3fd1fbf74fc3171e203c271099223 (diff)
Revert "nixos/tests/installer: test relative paths in initrd secrets"
This reverts commit 9bb888c9f8224e45fc5 from PR #210812.
We first need to fix nixosTests.installer.simpleUefiSystemdBoot
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 3adfa979edcc7..50b85560e12cb 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -51,7 +51,7 @@ let
           boot.loader.systemd-boot.enable = true;
         ''}
 
-        boot.initrd.secrets."/etc/secret" = ./secret;
+        boot.initrd.secrets."/etc/secret" = /etc/nixos/secret;
 
         users.users.alice = {
           isNormalUser = true;