diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/common.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index e1dd6f7..463717c 100644 --- a/common/common.nix +++ b/common/common.nix @@ -1,7 +1,9 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, inputs, ... }: { + nix.registry.nixpkgs.flake = inputs.nixpkgs; + services.journald.extraConfig = "MaxRetentionSec=48h"; |