Compare commits
2 Commits
b77ade82f3
...
ef4716c476
Author | SHA1 | Date | |
---|---|---|---|
ef4716c476 | |||
d0b8013497 |
@ -60,7 +60,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.journald.extraConfig = ''
|
services.journald.extraConfig = ''
|
||||||
SystemMaxUse=2G
|
SystemMaxUse=1G
|
||||||
'';
|
'';
|
||||||
|
|
||||||
system.userActivationScripts = {
|
system.userActivationScripts = {
|
||||||
|
7
builds/rebuild/nix-sanitation
Executable file
7
builds/rebuild/nix-sanitation
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
printf "clearing out nix caches\n"
|
||||||
|
|
||||||
|
sudo nix-collect-garbage -d
|
||||||
|
nix-collect-garbage -d
|
||||||
|
sudo nix-store --optimize
|
Loading…
Reference in New Issue
Block a user