diff --git a/arch_gnome.yml b/arch_gnome.yml index c85e19c..f99fdcc 100644 --- a/arch_gnome.yml +++ b/arch_gnome.yml @@ -160,4 +160,10 @@ name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust state: present become: yes - become_user: aur_builder \ No newline at end of file + become_user: aur_builder + + - name: Enable service Syncthing + ansible.builtin.service: + name: syncthing@tobi + enabled: yes + state: started \ No newline at end of file