diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 711b252..e9fefb5 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -27,4 +27,5 @@ networking.hostName = "laptop1"; + programs.gnupg.agent.enable = true; }