From 9236159267f3a18576578c933247ebd5ccc951ef Mon Sep 17 00:00:00 2001 From: worble Date: Wed, 8 Jan 2025 15:45:09 +0000 Subject: [PATCH] add distrobox --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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