1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-23 17:56:53 +03:00

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.loader.systemd-boot.enable = true;
''} ''}
boot.initrd.secrets."/etc/secret" = /etc/nixos/secret; boot.initrd.secrets."/etc/secret" = ./secret;
users.users.alice = { users.users.alice = {
isNormalUser = true; isNormalUser = true;