From cee436a58aafa541a1384e57115cf651eb9f51ad Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Sat, 30 Mar 2024 11:48:18 -0400 Subject: [PATCH] Add better keychain options for forwarding --- home/profile/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/profile/base.nix b/home/profile/base.nix index 38604cf..2f18c20 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -51,6 +51,8 @@ in extraFlags = [ "--quiet" "--systemd" + "--inherit" "any" + "--noask" ]; };