about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-05-30 18:02:11 +0100
committerdevhell <devhell@mailfresser.de>2020-05-30 18:02:11 +0100
commit7e6f0d4e99faab3e09a77231881f0de3a466da4a (patch)
tree33b1cc5d1cea97308c34e7eb7bdc477ca7b95bc8 /machines/devhell
parent6bc949731ee89d8c8562ebf0e395b03f67881735 (diff)
machines/hildr: Enable podman
Kinda forgot that just adding the packages is probably not enough.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/hildr.nix2
1 files changed, 2 insertions, 0 deletions
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;