aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/trusted/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/trusted/default.nix b/profiles/trusted/default.nix
index a67f1cf..bbaa1df 100644
--- a/profiles/trusted/default.nix
+++ b/profiles/trusted/default.nix
@@ -7,6 +7,7 @@ in {
enable = mkEnableOption "trusted profile";
};
config = lib.mkIf cfg.enable {
+ my.home.ssh.enable = true;
my.home.gpg = {
enable = true;
pinentry = "gnome3";