diff options
| -rw-r--r-- | oni/home/config/pop-os.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 9352737..fe28d66 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -5,6 +5,7 @@ #:select (home-gpg-agent-service-type home-gpg-agent-configuration)) #:use-module (gnu home services mail) + #:use-module (gnu home services ssh) #:use-module (gnu packages) #:use-module (gnu packages emacs) #:use-module (gnu packages music) @@ -291,10 +292,12 @@ (service home-gpg-agent-service-type (home-gpg-agent-configuration - (ssh-support? #t) + (ssh-support? #f) (extra-content "allow-emacs-pinentry\n"))) + (service home-ssh-agent-service-type) + (service home-git-service-type (home-git-configuration (user-name "Tom Willemse") |
