Nix store gc and Emacs as systemd service
This commit is contained in:
parent
1da0bea837
commit
d0c42a5b7f
6 changed files with 33 additions and 9 deletions
|
@ -18,13 +18,8 @@
|
|||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes flakes ca-references
|
||||
keep-derivations = true
|
||||
keep-outputs = true
|
||||
'';
|
||||
gc = {
|
||||
automatic = false;
|
||||
automatic = true;
|
||||
user = "andreaciceri";
|
||||
options = "--delete-older-than 3d";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue