test: fix broken sysupdate test
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
parent
0a269e5bd4
commit
2ad839ccfb
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ rec {
|
|||
"systemd.journald.forward_to_console=1"
|
||||
];
|
||||
image.compress = false;
|
||||
boot.uki.name = lib.mkForce "test";
|
||||
boot.initrd.compressor = lib.mkForce "zstd";
|
||||
boot.initrd.compressorArgs = lib.mkForce [ "-8" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue