feat: enable podman and set up container registries config

This commit is contained in:
2024-11-19 20:08:19 +05:00
parent db303c962e
commit 504601d185

View File

@@ -117,6 +117,25 @@
polkitPolicyOwners = [ "shahab" ];
};
virtualisation = {
podman = {
enable = true;
dockerSocket.enable = true;
dockerCompat = true;
autoPrune = {
enable = true;
dates = "weekly";
};
};
containers = {
registries = {
search = ["docker.io"];
};
};
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;