From 7effb4226a8db889ee092c39d9d92643e681150d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 29 Apr 2023 14:04:29 +0200 Subject: common: nix search path identical to flake registry (note: nix will only notice this for newly logged-in users after a switch) --- common/common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/common.nix') 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"; -- cgit v1.2.3