diff --git a/syncthing/configure.sls b/syncthing/configure.sls new file mode 100644 index 0000000..313c158 --- /dev/null +++ b/syncthing/configure.sls @@ -0,0 +1,6 @@ +/rw/config/rc.local: + file.append: + - text: | + systemctl unmask syncthing@user.service + systemctl start syncthing@user.service + diff --git a/syncthing/configure.top b/syncthing/configure.top new file mode 100644 index 0000000..ec4e210 --- /dev/null +++ b/syncthing/configure.top @@ -0,0 +1,3 @@ +base: + syncthing: + - syncthing.configure diff --git a/syncthing/create.sls b/syncthing/create.sls index cf602cc..a9df79e 100644 --- a/syncthing/create.sls +++ b/syncthing/create.sls @@ -14,5 +14,5 @@ qvm-prefs-id: - maxmem: 800 - vcpus: 2 -'qvm-volume extend syncthing:private 30G' : +'qvm-volume extend syncthing:private 50G' : cmd.run