1
0
Fork 0

Tweak nix config

This commit is contained in:
Malte Brandy 2020-10-05 12:34:16 +02:00
parent 46f8be6397
commit 63fd1acfb5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 2 additions and 5 deletions

View file

@ -59,6 +59,7 @@
auto-optimise-store = true auto-optimise-store = true
builders-use-substitutes = true builders-use-substitutes = true
''; '';
optimise.automatic = true;
}; };
systemd.services = let systemd.services = let

View file

@ -2,9 +2,5 @@
imports = [ ./init_ssh.nix ]; imports = [ ./init_ssh.nix ];
nix = {
#gc.automatic = true;
optimise.automatic = true;
};
} }

View file

@ -22,7 +22,7 @@
gc = { gc = {
automatic = true; automatic = true;
dates = "Mon 4:00"; dates = "Mon 4:00";
options = "--delete-older-than 7d"; options = "-d";
}; };
}; };