fix: keep Loki local and prune DO storage
This commit is contained in:
parent
23e087ae4b
commit
6ac29c1d1a
2 changed files with 12 additions and 2 deletions
|
|
@ -67,6 +67,7 @@
|
|||
boot.loader.grub = {
|
||||
enable = true;
|
||||
devices = lib.mkForce [ "/dev/vda" ];
|
||||
configurationLimit = 1;
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
|
|
@ -182,7 +183,12 @@
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
options = "--delete-old";
|
||||
};
|
||||
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue