diff options
| author | EuAndreh <eu@euandre.org> | 2023-09-22 10:26:01 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-09-22 10:26:01 -0300 |
| commit | d17e943650cd43ce8f51a28410d0df1941ecd025 (patch) | |
| tree | a7b2ccc244a10886a47438645d1956d88b96541b /etc | |
| parent | etc/sh/cronjob.sh: Decrease CPU and IO priority to the minimum (diff) | |
| download | dotfiles-d17e943650cd43ce8f51a28410d0df1941ecd025.tar.gz dotfiles-d17e943650cd43ce8f51a28410d0df1941ecd025.tar.xz | |
etc/guix/home.scm: Add syncthing service
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 44dfa1e..fbfbdf2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -8,6 +8,7 @@ (gnu home services mcron) (gnu home services shells) (gnu home services shepherd) + (gnu home services syncthing) (gnu home services xdg) (guix build-system cmake) (guix build-system gnu) @@ -753,6 +754,7 @@ libraries/software/operating systems font-openmoji + syncthing-gtk kiwix-desktop electrum keepassxc @@ -804,6 +806,7 @@ libraries/software/operating systems (data-home (xdg "share")) (log-home (xdg "var/log")) (state-home (xdg "var/state")))) + (service home-syncthing-service-type) (simple-service 'my-shell-profile home-shell-profile-service-type (list (plain-file "my-profile" |
