From 6fd1d3ccb7cf74b0164d649f918d9050c3498393 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 31 Mar 2024 02:57:11 -0400 Subject: [PATCH] home: fix keychain (hopefully) --- home/profile/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profile/base.nix b/home/profile/base.nix index cc6dfa8..5b39e4a 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -70,7 +70,7 @@ in extraFlags = [ "--quiet" "--systemd" - "--inherit" "any" + "--inherit" "any-once" "--noask" ]; };