fixed syncthing permissions
This commit is contained in:
parent
cd0acc1147
commit
460b3f0625
|
@ -57,6 +57,8 @@
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
user = "tacocat";
|
||||||
|
dataDir = "/home/tacocat";
|
||||||
settings = {
|
settings = {
|
||||||
devices = {
|
devices = {
|
||||||
bicep = {
|
bicep = {
|
||||||
|
|
Loading…
Reference in a new issue