From 42b27abca6755796e2fc7a5924021e3d20ade1ed Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 1 Sep 2022 16:39:45 +0200 Subject: [PATCH] Add podman - a docker implementation --- machines/stel-xps/software.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/stel-xps/software.nix b/machines/stel-xps/software.nix index ae005c0..9314d61 100644 --- a/machines/stel-xps/software.nix +++ b/machines/stel-xps/software.nix @@ -17,6 +17,9 @@ autorandr.enable = true; }; + virtualisation.podman.enable = true; + boot.enableContainers = false; + elss = { programs = { aspell.enable = true;