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