Compare commits

...

3 Commits

Author SHA1 Message Date
coolneng 85e572b2b0
Adapt tmp directory cleanup to upstream changes 2023-04-18 12:35:55 +02:00
coolneng b58d1dcc40 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/abe7316dd51a313ce528972b104f4f04f56eefc4' (2023-04-14)
  → 'github:NixOS/nixpkgs/f294325aed382b66c7a188482101b0f336d1d7db' (2023-04-16)
2023-04-16 22:54:30 +02:00
coolneng 605dfe2946 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/3fb8eedc450286d5092e4953118212fa21091b3b' (2023-04-11)
  → 'github:NixOS/nixpkgs/abe7316dd51a313ce528972b104f4f04f56eefc4' (2023-04-14)
2023-04-15 22:32:28 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ with pkgs;
}; };
# Clean tmp directory on shutdown # Clean tmp directory on shutdown
boot.cleanTmpDir = true; boot.tmp.cleanOnBoot = true;
# Keep logs for a week # Keep logs for a week
services.journald.extraConfig = "MaxRetentionSec=1week"; services.journald.extraConfig = "MaxRetentionSec=1week";

View File

@ -94,11 +94,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1681217261, "lastModified": 1681648924,
"narHash": "sha256-RbxCHWN3Vhyv/WEsXcJlDwF7bpvZ9NxDjfSouQxXEKo=", "narHash": "sha256-pzi3HISK8+7mpEtv08Yr80wswyHKsz+RP1CROG1Qf6s=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3fb8eedc450286d5092e4953118212fa21091b3b", "rev": "f294325aed382b66c7a188482101b0f336d1d7db",
"type": "github" "type": "github"
}, },
"original": { "original": {