nixos/tests/podman: add zfs to rootful test
This commit is contained in:
parent
48642c634e
commit
2ab049a5c7
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ import ../make-test-python.nix (
|
|||
nodes = {
|
||||
rootful = { pkgs, ... }: {
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
# hack to ensure that podman built with and without zfs in extraPackages is cached
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
networking.hostId = "00000000";
|
||||
};
|
||||
rootless = { pkgs, ... }: {
|
||||
virtualisation.podman.enable = true;
|
||||
|
|
Loading…
Reference in a new issue