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