From 54770c4e6411df201c9c5f36c26decf4d43485c5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 24 Jul 2023 22:41:43 +0200 Subject: update inputs --- common/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/common.nix') diff --git a/common/common.nix b/common/common.nix index c0bcce7..12c9107 100644 --- a/common/common.nix +++ b/common/common.nix @@ -9,6 +9,10 @@ nix.nixPath = lib.mkForce [ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-unstable}"]; + nix.extraOptions = '' + experimental-features = nix-command flakes + ''; + services.journald.extraConfig = "MaxRetentionSec=48h"; -- cgit v1.2.3