nixos/tests/podman: add zfs to rootful test

This commit is contained in:
zowoq 2023-02-26 11:18:43 +10:00
parent 48642c634e
commit 2ab049a5c7

View file

@ -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;