From c97edc6e0727d110922bfdbf58bb4c1da7709a5c Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:56:54 +0300 Subject: [PATCH] podman Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- hosts/hermes/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/hermes/configuration.nix b/hosts/hermes/configuration.nix index 9254182..b0e3b2d 100644 --- a/hosts/hermes/configuration.nix +++ b/hosts/hermes/configuration.nix @@ -202,6 +202,11 @@ in { virtualisation = { lxc.enable = true; waydroid.enable = true; + podman = { + enable = true; + dockerCompat = true; + defaultNetwork.settings.dns_enabled = true; + }; }; boot.plymouth.enable = true;