Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-10-21 10:38:47 -07:00
commit 856352f045

View File

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