Loading nixos/tests/podman/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/tests/podman/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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