Compare commits
2 Commits
b77ade82f3
...
ef4716c476
Author | SHA1 | Date |
---|---|---|
stupidcomputer | ef4716c476 | |
stupidcomputer | d0b8013497 |
|
@ -60,7 +60,7 @@
|
|||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=2G
|
||||
SystemMaxUse=1G
|
||||
'';
|
||||
|
||||
system.userActivationScripts = {
|
||||
|
|
|
@ -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