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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user