mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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:
parent
3851e50fef
commit
8d45d82c71
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user