diff --git a/configuration.nix b/configuration.nix index b8753d1..599c243 100644 --- a/configuration.nix +++ b/configuration.nix @@ -127,6 +127,8 @@ # Enable nix command and flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; + programs.gnupg.agent.enable = true; + # System packages environment.systemPackages = with pkgs; [ syncthing ];