Merge pull request #793 from nix-community/joerg-ci

add workaround for failing zpool import test
This commit is contained in:
Jörg Thalheim 2024-09-23 15:13:27 +02:00 committed by GitHub
commit 430ba34990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,8 @@
zroot = {
type = "zpool";
mode = "mirror";
# Workaround: cannot import 'zroot': I/O error in disko tests
options.cachefile = "none";
rootFsOptions = {
compression = "zstd";
"com.sun:auto-snapshot" = "false";