From 71a06a4fddfe0dbeb38bc95509ce089e0173e7f1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 10 Apr 2022 18:38:08 -0700 Subject: home: enable ssh config on trusted hosts --- profiles/trusted/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles/trusted') 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"; -- cgit 1.4.1