storage: automatically cleanup old files
This commit is contained in:
parent
edeab9f843
commit
27cc126d4a
2 changed files with 21 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
services.flatpak.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.autoPrune.enable = true;
|
||||
virtualisation.docker.autoPrune.flags = [ "--all --volumes" ];
|
||||
programs.firejail.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue