This commit is contained in:
Daniel Ziltener 2024-03-05 13:31:16 +01:00
parent 6a531df084
commit 8e514ab8df
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -22,6 +22,7 @@
(gnu home services pm)
(gnu home services shells)
(gnu home services shepherd)
(gnu home services sound)
(gnu home services ssh)
(gnu home services syncthing))
@ -189,6 +190,7 @@
"libbdplus"
"libbluray"
"liquidprompt"
"libsecret"
"make"
"nm-tray"
"nnn"
@ -201,7 +203,6 @@
"pass-otp"
"pavucontrol"
"pinentry-qt"
"pipewire"
"pv"
"rsync"
"rust"
@ -291,7 +292,7 @@
(service home-openssh-service-type
(home-openssh-configuration
(add-keys-to-agent "yes")
;(extra-content "IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh")
;(extra-content "IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh")
(hosts
(list
(openssh-host
@ -331,4 +332,5 @@
(default-cache-ttl 7200)
(default-cache-ttl-ssh 7200)
(extra-content "grab\nallow-emacs-pinentry\nallow-loopback-pinentry")))
(service home-dbus-service-type))))
(service home-dbus-service-type)
(service home-pipewire-service-type))))