use podman for osprey

This commit is contained in:
Tyler Starr 2024-10-21 10:19:32 -07:00
parent d542cbffd8
commit 0ecd73197d

View File

@ -12,9 +12,20 @@
networking.firewall.enable = false;
# Enable docker
virtualisation.containers.enable = true;
virtualisation.docker.enable = true;
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
environment.systemPackages = with pkgs; [
docker-compose
podman-tui
dive
];
# Modules