diff options
author | stuebinm | 2022-07-22 12:49:50 +0200 |
---|---|---|
committer | stuebinm | 2022-07-22 12:49:50 +0200 |
commit | e56976ab2b23eb4e55324348ec4800becd91d122 (patch) | |
tree | 551fb8a77b273060d8bffdec7b791226f74dc747 | |
parent | 4c0256f6e52b8471f0137f3b5e26d5dbf0cdde6e (diff) |
flake registry stuff
-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"; |