diff options
| author | 2026-05-19 09:40:47 -0700 | |
|---|---|---|
| committer | 2026-05-19 09:44:29 -0700 | |
| commit | 958d61c27dbbbe30a418009686a11f280f357595 (patch) | |
| tree | 325d7fb872e1edea86b99d75cecca5e91e2784c1 /oni | |
| parent | 30fe3c6d6fc817ec97b9e3134925f6945814a232 (diff) | |
| download | new-dotfiles-958d61c27dbbbe30a418009686a11f280f357595.tar.gz new-dotfiles-958d61c27dbbbe30a418009686a11f280f357595.zip | |
pop-os: Add ssh agent service
Diffstat (limited to 'oni')
| -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") |
