mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
nixos/tests/podman: add zfs to rootful test
This commit is contained in:
parent
48642c634e
commit
2ab049a5c7
@ -8,6 +8,10 @@ import ../make-test-python.nix (
|
|||||||
nodes = {
|
nodes = {
|
||||||
rootful = { pkgs, ... }: {
|
rootful = { pkgs, ... }: {
|
||||||
virtualisation.podman.enable = true;
|
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, ... }: {
|
rootless = { pkgs, ... }: {
|
||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user