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; }; }