diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/common.nix b/common/common.nix index ee5ddf2..51e4b28 100644 --- a/common/common.nix +++ b/common/common.nix @@ -6,6 +6,8 @@ nixpkgs.flake = inputs.nixpkgs; unstable.flake = inputs.nixpkgs-unstable; }; + nix.nixPath = lib.mkForce + [ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-unstable}"]; services.journald.extraConfig = "MaxRetentionSec=48h"; |