draft: postgres in container

This commit is contained in:
Luka Dekanozishvili 2026-01-26 22:16:26 +01:00
parent 181e6f681e
commit f48059e37e
9 changed files with 327 additions and 103 deletions

View file

@ -1,9 +1,15 @@
{ ... }:
{
# Auto-prune old containers
virtualisation.podman = {
enable = true;
# Disable netavark
# defaultNetwork.settings = {
# dns_enabled = false;
# };
# Auto-prune old containers
autoPrune = {
enable = true;
flags = [ "--all" ];