home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 968091aa8efb96422a9506f419c6bff2d3be282f
parent 84f8af781ddcd70b5077b2a7074cf7baf247e5bf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 28 Feb 2019 09:42:11 +0100

programs.podman: add podman and buildah as package

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/programs/podman.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/programs/podman.nix b/modules/programs/podman.nix @@ -16,7 +16,7 @@ in }; config = mkIf cfg.enable { # FIXME(vdemeester) package podman and conmon in nixpkgs - home.packages = with pkgs; [ nur.repos.vdemeester.slirp4netns ]; + home.packages = with pkgs; [ nur.repos.vdemeester.slirp4netns podman buildah ]; xdg.configFile."containers/libpod.conf".text = '' image_default_transport = "docker://" runtime_path = ["/run/current-system/sw/bin/runc"]