infrastructure/hosts/neodymium/system/docker/default.nix

9 lines
120 B
Nix
Raw Normal View History

{ ... }: {
virtualisation.podman = {
enable = true;
dockerCompat = true;
autoPrune.enable = true;
};
}