Trillian: run gc as user New nix install is single-user
Alan Pearce alan@alanpearce.eu
Tue, 08 Oct 2019 19:40:06 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M system/trillian.nix → system/trillian.nix
@@ -48,6 +48,7 @@ }; nix.gc = { automatic = true; + user = "alan"; options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))"; }; nix.daemonNiceLevel = 10;