Syncthing: add school things folder to server
This commit is contained in:
parent
1328e16181
commit
a641d8bb4c
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,12 @@
|
||||||
"passwords" = {
|
"passwords" = {
|
||||||
path = "${config.services.syncthing.dataDir}/passwords";
|
path = "${config.services.syncthing.dataDir}/passwords";
|
||||||
};
|
};
|
||||||
|
"school-things" = {
|
||||||
|
label = "School things";
|
||||||
|
id = "z6alc-nfoqr";
|
||||||
|
devices = [ "steamdeck" "server" ];
|
||||||
|
path = "${config.services.syncthing.dataDir}/school-things";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.syncthing.serviceConfig = {
|
systemd.services.syncthing.serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue