mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
podman configuration
This commit is contained in:
parent
49fac325cd
commit
38a62ef342
@ -33,6 +33,10 @@
|
||||
# Prune volumes currently unused by any container
|
||||
# https://docs.podman.io/en/stable/markdown/podman-system-prune.1.html#volumes
|
||||
"--volumes"
|
||||
# Only remove containers and images created at least one week ago.
|
||||
# https://docs.podman.io/en/stable/markdown/podman-system-prune.1.html#filter-filters
|
||||
# https://pkg.go.dev/maze.io/x/duration#ParseDuration
|
||||
"--filter until=7d"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user