make ghost work on podman

This commit is contained in:
cy 2024-12-17 02:09:57 -05:00
parent dff837606b
commit 4fc952c732
3 changed files with 35 additions and 11 deletions

View file

@ -172,13 +172,16 @@
};
# container stuff
virtualisation.container.enable = true;
vrtualisation.podman = {
virtualisation.containers.enable = true;
virtualisation.podman = {
enable = true;
# create 'docker' alias for podman, to use as
# drop-in replacement
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
defaultNetwork.settings = {
dns_enabled = true;
ipv6_enabled = true;
};
};
virtualisation.oci-containers.backend = "podman";
}