fix: podman auto prune images and delete old update script
This commit is contained in:
parent
f3ef4ff11c
commit
507779e306
2 changed files with 2 additions and 39 deletions
|
|
@ -15,6 +15,8 @@ let
|
|||
do
|
||||
$SUDO ${pkgs.podman}/bin/podman pull $image
|
||||
done
|
||||
|
||||
$SUDO ${pkgs.podman}/bin/podman image prune -af
|
||||
'';
|
||||
in {
|
||||
users.groups.podman.gid = cids.gids.podman;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue