From 5a040c7bf18ffc20680d045f92b152f1f7da5e41 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 20 Jun 2024 22:14:33 -0400 Subject: [PATCH] rpi4: disable keychain --- hosts/rpi4/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/rpi4/home.nix b/hosts/rpi4/home.nix index 20e4910..68f23d0 100644 --- a/hosts/rpi4/home.nix +++ b/hosts/rpi4/home.nix @@ -2,5 +2,6 @@ { config = { nixfiles.profile.base.enable = true; + programs.keychain.enable = false; }; }