draft: postgres in container
This commit is contained in:
parent
181e6f681e
commit
f48059e37e
9 changed files with 327 additions and 103 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue