nixos/tests/luks: Explicitly disable systemd stage 1

systemd stage 1 is covered by
`nixos.tests.systemd-initrd-luks-password`, but we should still test
scripted stage 1 for the time being.
This commit is contained in:
Will Fancher
2026-04-07 21:53:09 -04:00
parent 482da791bf
commit de7ea54d82
+4
View File
@@ -1,3 +1,5 @@
# Tests LUKS specifically with scripted stage 1. Remove in 26.11.
{ lib, pkgs, ... }:
{
name = "luks";
@@ -6,6 +8,8 @@
{ pkgs, ... }:
{
boot.initrd.systemd.enable = false;
# Use systemd-boot
virtualisation = {
emptyDiskImages = [