✂️ auto prune stale docker images
This commit is contained in:
parent
8249d665f0
commit
d19269b3d5
@ -74,7 +74,14 @@ in {
|
||||
services.tailscale.enable = true;
|
||||
services.keybase.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
# Clean docker images periodically
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
flags = [ "--all" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user