Revert "nixos/tests/installer: test relative paths in initrd secrets"

This reverts commit 9bb888c9f8 from PR #210812.
We first need to fix nixosTests.installer.simpleUefiSystemdBoot
This commit is contained in:
Vladimír Čunát 2023-01-19 10:19:53 +01:00
parent 3851e50fef
commit 8d45d82c71
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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;