From ce3de26f80353e4faf1b93a9c8f8703f280d6638 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sun, 18 Aug 2024 00:01:21 -0500 Subject: [PATCH] Configure syncthing service for home --- home-configuration.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-configuration.scm b/home-configuration.scm index 0ae49e0..4122c6d 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -9,6 +9,7 @@ (gnu packages vim) (gnu packages version-control) (gnu home services) + (gnu home services syncthing) (nongnu packages mozilla) (guix gexp) (gnu home services shells)) @@ -38,6 +39,8 @@ (mixed-text-file "powerline-theme" "source " liquidprompt "/share/liquidprompt/themes/powerline/powerline.theme") )))) + (service home-syncthing-service-type + (for-home (syncthing-configuration (user "nora")))) (simple-service 'dotfiles home-files-service-type (list `(".gitconfig" ,(local-file "./data/gitconfig"))