.
This commit is contained in:
parent
e909da57ef
commit
de859d78f4
1 changed files with 29 additions and 29 deletions
|
@ -77,33 +77,33 @@
|
||||||
"/home/zilti/guixconfig/home/.bash_profile"
|
"/home/zilti/guixconfig/home/.bash_profile"
|
||||||
"bash_profile")))))
|
"bash_profile")))))
|
||||||
;; (service home-dicod-service-type)
|
;; (service home-dicod-service-type)
|
||||||
(service home-batsignal-service-type)
|
;; (service home-batsignal-service-type)
|
||||||
(service home-mcron-service-type
|
;; (service home-mcron-service-type
|
||||||
(home-mcron-configuration
|
;; (home-mcron-configuration
|
||||||
(jobs
|
;; (jobs
|
||||||
'())))
|
;; '())))
|
||||||
(simple-service 'ziltis-channels
|
;; (simple-service 'ziltis-channels
|
||||||
home-channels-service-type
|
;; home-channels-service-type
|
||||||
(list
|
;; (list
|
||||||
(channel
|
;; (channel
|
||||||
(name 'ziltis-channel)
|
;; (name 'ziltis-channel)
|
||||||
(url "https://gitea.lyrion.ch/zilti/guixchannel.git"))))
|
;; (url "https://gitea.lyrion.ch/zilti/guixchannel.git"))))
|
||||||
(service home-openssh-service-type
|
;; (service home-openssh-service-type
|
||||||
(home-openssh-configuration
|
;; (home-openssh-configuration
|
||||||
(hosts
|
;; (hosts
|
||||||
(list
|
;; (list
|
||||||
(openssh-host
|
;; (openssh-host
|
||||||
(name "gitea.lyrion.ch")
|
;; (name "gitea.lyrion.ch")
|
||||||
(host-name "gitea.lyrion.ch")
|
;; (host-name "gitea.lyrion.ch")
|
||||||
(user "git")
|
;; (user "git")
|
||||||
(port 7920))))))
|
;; (port 7920))))))
|
||||||
(service home-gpg-agent-service-type
|
;; (service home-gpg-agent-service-type
|
||||||
(home-gpg-agent-configuration
|
;; (home-gpg-agent-configuration
|
||||||
(pinentry-program
|
;; (pinentry-program
|
||||||
(file-append pinentry-qt "/bin/pinentry-qt"))
|
;; (file-append pinentry-qt "/bin/pinentry-qt"))
|
||||||
(ssh-support? #t)
|
;; (ssh-support? #t)
|
||||||
(default-cache-ttl 7200)
|
;; (default-cache-ttl 7200)
|
||||||
(default-cache-ttl-ssh 7200)
|
;; (default-cache-ttl-ssh 7200)
|
||||||
(extra-content "allow-emacs-pinentry\nallow-loopback-pinentry")))
|
;; (extra-content "allow-emacs-pinentry\nallow-loopback-pinentry")))
|
||||||
(service home-dbus-service-type)
|
;; (service home-dbus-service-type)
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in a new issue