mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-23 23:31:00 +01:00
minimal: Switch to 7 days retention
This commit is contained in:
parent
d98361d222
commit
e06aa30a63
1 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
isNormalUser = true;
|
||||
home = "/home/${config.extraInfo.username}";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
|
@ -56,7 +56,6 @@
|
|||
};
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 14d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue