fix: reclaim remote nix store space before rebuild
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 13s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 13s
This commit is contained in:
@@ -60,6 +60,12 @@ in
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [ "root" "micqdf" ];
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 3d";
|
||||
};
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
environment.variables = {
|
||||
KUBECONFIG = "/etc/kubernetes/admin.conf";
|
||||
|
||||
Reference in New Issue
Block a user