nixos/systemd-initrd-simple: Fix test warnings

This commit is contained in:
Janne Heß 2022-05-01 15:18:12 +02:00
parent bc53ac7753
commit 31b23a1725
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -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;