From 7e6f0d4e99faab3e09a77231881f0de3a466da4a Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 30 May 2020 18:02:11 +0100 Subject: machines/hildr: Enable podman Kinda forgot that just adding the packages is probably not enough. --- machines/devhell/hildr.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines/devhell') diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 13a1ee37..4df270c2 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -190,6 +190,8 @@ ''; }; + virtualisation.podman.enable = true; + #### Machine-specific packages configuration #### vuizvui.user.devhell.profiles.packages.enable = true; -- cgit 1.4.1