From 479989144bfb4c7a00631bbadd18bddc54442b63 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 28 Sep 2020 15:25:43 -0400 Subject: [PATCH] enable podman --- modules/cli.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cli.nix b/modules/cli.nix index a2a4a03..e64c512 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -46,6 +46,8 @@ '') ]; + virtualisation.podman.enable = true; + environment.variables.PLGO_HOSTNAMEFG = "0"; environment.variables.PLGO_HOSTNAMEBG = "114";