diff --git a/common/config/config.nix b/common/config/config.nix index 3116b80..0416d4a 100644 --- a/common/config/config.nix +++ b/common/config/config.nix @@ -59,6 +59,16 @@ nixpkgs, # The flake's input version of nixpkgs environment.sessionVariables.GTK_THEME = "Adwaita:dark"; + # Security + services.openssh.enable = true; + programs.ssh.startAgent = true; + + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + pinentryFlavor = "curses"; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions diff --git a/common/config/packages.nix b/common/config/packages.nix index 3c47458..4f992bf 100644 --- a/common/config/packages.nix +++ b/common/config/packages.nix @@ -7,7 +7,6 @@ in { ffmpeg jq git - gnupg wget libnotify ripgrep