summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-05-03 09:41:22 +0200
committerGitHub <noreply@github.com>2022-05-03 09:41:22 +0200
commit2edce508477b461f26bc40e01c54171ec6d4392d (patch)
tree241f3e31fe6f9fbdb0d3613fd548c7e8ae17eab0 /nixos/tests
parent70c293cf8165dd124ce6b54cfc4e2b17c90cbb2e (diff)
parent31b23a1725b81010241dc783a9f46320aa238e3b (diff)
downloadnixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.tar
nixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.tar.gz
nixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.tar.bz2
nixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.tar.lz
nixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.tar.xz
nixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.tar.zst
nixpkgs-2edce508477b461f26bc40e01c54171ec6d4392d.zip
Merge pull request #171134 from helsinki-systems/feat/make-initrd-ng-strip
makeInitrdNG: Strip more and remove output
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/systemd-initrd-simple.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-initrd-simple.nix b/nixos/tests/systemd-initrd-simple.nix
index 959cc87c0f2..5d98114304b 100644
--- a/nixos/tests/systemd-initrd-simple.nix
+++ b/nixos/tests/systemd-initrd-simple.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ lib, pkgs, ... }: {
   name = "systemd-initrd-simple";
 
-  machine = { pkgs, ... }: {
+  nodes.machine = { pkgs, ... }: {
     boot.initrd.systemd = {
       enable = true;
       emergencyAccess = true;