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