Compare commits
No commits in common. "bcce239a93630ed6081b44d356a2bf0b67029919" and "2d5941919783e559c8322cb56a91901cb95a7d49" have entirely different histories.
bcce239a93
...
2d59419197
|
@ -69,15 +69,7 @@ in {
|
||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
|
|
||||||
# Rotate logs after 7 days
|
# Rotate logs after 7 days
|
||||||
services.logrotate = {
|
services.journald.extraConfig = "SystemMaxFiles=7";
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
"/var/log/journal" = {
|
|
||||||
frequency = "weekly";
|
|
||||||
rotate = 7;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Allow propietary software and build packages with Pulseaudio support
|
# Allow propietary software and build packages with Pulseaudio support
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
|
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1655221618,
|
"lastModified": 1655043425,
|
||||||
"narHash": "sha256-ht8HRFthDKzYt+il+sGgkBwrv+Ex2l8jdGVpsrPfFME=",
|
"narHash": "sha256-A+oT+aQGhW5lXy8H0cqBLsYtgcnT5glmGOXWQDcGw6I=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6616de389ed55fba6eeba60377fc04732d5a207c",
|
"rev": "914ef51ffa88d9b386c71bdc88bffc5273c08ada",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue