Skip to content

Commit

Permalink
nixos/tests/installer: test relative paths in initrd secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Jan 15, 2023
1 parent 3163093 commit 5acebe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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;
Expand Down

0 comments on commit 5acebe6

Please sign in to comment.