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;