Change podman to docker for distrobox
This commit is contained in:
@@ -72,7 +72,7 @@ in
|
||||
enable = true;
|
||||
|
||||
# Create a `docker` alias for podman, to use it as a drop-in replacement
|
||||
dockerCompat = true;
|
||||
dockerCompat = false;
|
||||
|
||||
# Required for containers under podman-compose to be able to talk to each other.
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
@@ -82,6 +82,8 @@ in
|
||||
# Configure console keymap
|
||||
console.keyMap = "de-latin1";
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
strongswan
|
||||
@@ -89,6 +91,7 @@ in
|
||||
dive
|
||||
podman-tui
|
||||
podman-compose
|
||||
docker-compose
|
||||
gmp
|
||||
gmp.dev
|
||||
pkg-config
|
||||
@@ -109,6 +112,7 @@ in
|
||||
appimage-run
|
||||
libgcrypt
|
||||
libxcrypt
|
||||
rclone
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user