This commit is contained in:
Daniel Ziltener 2023-11-29 21:12:54 +01:00
parent bc23ef522a
commit 1c3e4384c4
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -34,7 +34,7 @@
;; services, run 'guix home search KEYWORD' in a terminal.
(services
(list
;; (service home-shepherd-service-type)
(service home-shepherd-service-type)
(service home-msmtp-service-type
(home-msmtp-configuration
(accounts
@ -76,34 +76,34 @@
(local-file
"/home/zilti/guixconfig/home/.bash_profile"
"bash_profile")))))
;; (service home-dicod-service-type)
;; (service home-batsignal-service-type)
;; (service home-mcron-service-type
;; (home-mcron-configuration
;; (jobs
;; '())))
;; (simple-service 'ziltis-channels
;; home-channels-service-type
;; (list
;; (channel
;; (name 'ziltis-channel)
;; (url "https://gitea.lyrion.ch/zilti/guixchannel.git"))))
;; (service home-openssh-service-type
;; (home-openssh-configuration
;; (hosts
;; (list
;; (openssh-host
;; (name "gitea.lyrion.ch")
;; (host-name "gitea.lyrion.ch")
;; (user "git")
;; (port 7920))))))
;; (service home-gpg-agent-service-type
;; (home-gpg-agent-configuration
;; (pinentry-program
;; (file-append pinentry-qt "/bin/pinentry-qt"))
;; (ssh-support? #t)
;; (default-cache-ttl 7200)
;; (default-cache-ttl-ssh 7200)
;; (extra-content "allow-emacs-pinentry\nallow-loopback-pinentry")))
;; (service home-dbus-service-type)
(service home-dicod-service-type)
(service home-batsignal-service-type)
(service home-mcron-service-type
(home-mcron-configuration
(jobs
'())))
(simple-service 'ziltis-channels
home-channels-service-type
(list
(channel
(name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel.git"))))
(service home-openssh-service-type
(home-openssh-configuration
(hosts
(list
(openssh-host
(name "gitea.lyrion.ch")
(host-name "gitea.lyrion.ch")
(user "git")
(port 7920))))))
(service home-gpg-agent-service-type
(home-gpg-agent-configuration
(pinentry-program
(file-append pinentry-qt "/bin/pinentry-qt"))
(ssh-support? #t)
(default-cache-ttl 7200)
(default-cache-ttl-ssh 7200)
(extra-content "allow-emacs-pinentry\nallow-loopback-pinentry")))
(service home-dbus-service-type)
)))