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

This commit is contained in:
rnhmjoj 2023-01-15 13:57:50 +01:00
parent 928181b5f3
commit 9bb888c9f8
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;