add distrobox

This commit is contained in:
2025-01-08 15:45:09 +00:00
parent 6786bc15ca
commit 9236159267

View File

@@ -28,7 +28,7 @@
podman = { podman = {
enable = true; enable = true;
# Create a `docker` alias for podman, to use it as a drop-in replacement # 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. # Required for containers under podman-compose to be able to talk to each other.
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;
}; };
@@ -167,6 +167,7 @@
kdePackages.kcalc kdePackages.kcalc
rar rar
nixpkgs-fmt nixpkgs-fmt
distrobox
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are