Skip to content
Snippets Groups Projects
Commit 11cf8158 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'gc-regularly' into 'develop'

Clean up nix-store on the machines with limited disk space

See merge request privatestorage/PrivateStorageio!149
parents 9f0022d9 8b0e8eef
No related branches found
No related tags found
3 merge requests!153merge staging into production,!152merge develop into staging,!149Clean up nix-store on the machines with limited disk space
Pipeline #947 passed
...@@ -17,4 +17,11 @@ ...@@ -17,4 +17,11 @@
# morph-supplied name. See also # morph-supplied name. See also
# <https://github.com/DBCDK/morph/issues/146>. # <https://github.com/DBCDK/morph/issues/146>.
networking.hostName = name; networking.hostName = name;
# Clean up packages after a while
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment