Skip to content

Commit

Permalink
nixos/tests/podman: add zfs to rootful test
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Feb 28, 2023
1 parent 48642c6 commit 2ab049a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/tests/podman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2ab049a

Please sign in to comment.