Changed: Podman

This commit is contained in:
DerGrumpf 2025-03-26 15:17:45 +01:00
parent 065f4ed0be
commit a9312ed768
2 changed files with 174 additions and 166 deletions

View File

@ -6,6 +6,5 @@
./media.nix
./xdg.nix
./neovim.nix
./podman.nix
];
}

View File

@ -106,6 +106,15 @@
services.gvfs.enable = true;
services.tumbler.enable = true;
virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.