Updates
This commit is contained in:
parent
ca82508847
commit
2e24b628e1
2 changed files with 2 additions and 10 deletions
|
@ -16,16 +16,12 @@
|
|||
;
|
||||
|
||||
news.display = "silent";
|
||||
|
||||
home = {
|
||||
inherit username;
|
||||
stateVersion = hmStateVersion;
|
||||
homeDirectory = "/home/${username}";
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "daily";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
|
|
@ -22,16 +22,12 @@
|
|||
;
|
||||
|
||||
news.display = "silent";
|
||||
|
||||
home = {
|
||||
inherit username;
|
||||
stateVersion = hmStateVersion;
|
||||
homeDirectory = "/home/${username}";
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Reference in a new issue