diff --git a/configuration.nix b/configuration.nix index 7e39d78..d277394 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,7 +28,7 @@ podman = { enable = true; # Create a `docker` alias for podman, to use it as a drop-in replacement - # dockerCompat = true; + dockerCompat = true; # Required for containers under podman-compose to be able to talk to each other. defaultNetwork.settings.dns_enabled = true; }; @@ -167,6 +167,7 @@ kdePackages.kcalc rar nixpkgs-fmt + distrobox ]; # Some programs need SUID wrappers, can be configured further or are