Configure syncthing
parent
26fe778da2
commit
d424503bd3
|
@ -8,7 +8,8 @@
|
|||
(gnu home services shells)
|
||||
(gnu home services symlink-manager)
|
||||
(gnu home services guix)
|
||||
(gnu home services gnupg))
|
||||
(gnu home services gnupg)
|
||||
(gnu home services syncthing))
|
||||
|
||||
(home-environment
|
||||
(packages (specifications->packages (list "emacs-guix"
|
||||
|
@ -55,7 +56,6 @@
|
|||
"qbittorrent"
|
||||
"ranger"
|
||||
"speedcrunch"
|
||||
"syncthing"
|
||||
"vscodium"
|
||||
"wireshark"
|
||||
"zathura"
|
||||
|
@ -67,11 +67,7 @@
|
|||
"nushell")))
|
||||
|
||||
(services
|
||||
(list ;(service home-gpg-agent-service-type
|
||||
; (home-gpg-agent-configuration
|
||||
; (pinentry-program
|
||||
; (file-append pinentry "/bin/pinentry"))
|
||||
; (ssh-support? #t)))
|
||||
(list (service home-syncthing-service-type)
|
||||
(service home-fish-service-type
|
||||
(home-fish-configuration
|
||||
(config
|
||||
|
|
Loading…
Reference in New Issue