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

This reverts commit 8d45d82c71.

The tests shold pass now that systemd-boot handles failures in initrd
for older boot entries.
This commit is contained in:
rnhmjoj 2023-01-19 20:50:59 +01:00
parent 4ed9893770
commit b139c467e9
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -51,7 +51,7 @@ let
boot.loader.systemd-boot.enable = true;
''}
boot.initrd.secrets."/etc/secret" = /etc/nixos/secret;
boot.initrd.secrets."/etc/secret" = ./secret;
users.users.alice = {
isNormalUser = true;