Compare commits

...

4 Commits

Author SHA1 Message Date
coolneng 0aae0cfe45
Increase log retention to a month 2023-09-09 08:18:15 +02:00
coolneng 724fb20316 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04)
  → 'github:NixOS/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06)
2023-09-08 00:18:00 +02:00
coolneng 0e139f7d7d flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e56990880811a451abd32515698c712788be5720' (2023-09-02)
  → 'github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04)
2023-09-06 22:31:55 +02:00
coolneng a1cf56f546 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/aa8aa7e2ea35ce655297e8322dc82bf77a31d04b' (2023-09-01)
  → 'github:NixOS/nixpkgs/e56990880811a451abd32515698c712788be5720' (2023-09-02)
2023-09-03 22:32:10 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -66,8 +66,8 @@ with pkgs;
# Clean tmp directory on shutdown
boot.tmp.cleanOnBoot = true;
# Keep logs for a week
services.journald.extraConfig = "MaxRetentionSec=1week";
# Keep logs for a month
services.journald.extraConfig = "MaxRetentionSec=4week";
# Scrub zpool monthly
services.zfs.autoScrub = {

View File

@ -131,11 +131,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1693565476,
"narHash": "sha256-ya00zHt7YbPo3ve/wNZ/6nts61xt7wK/APa6aZAfey0=",
"lastModified": 1693985761,
"narHash": "sha256-K5b+7j7Tt3+AqbWkcw+wMeqOAWyCD1MH26FPZyWXpdo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "aa8aa7e2ea35ce655297e8322dc82bf77a31d04b",
"rev": "0bffda19b8af722f8069d09d8b6a24594c80b352",
"type": "github"
},
"original": {