From de859d78f4d9a19fbfb340ce974edf7d293799e8 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 29 Nov 2023 00:19:29 +0100 Subject: [PATCH] . --- home/home-configuration.scm | 58 ++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index ff4b542..eedcc62 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -77,33 +77,33 @@ "/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-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) )))