Update syncthing
This commit is contained in:
parent
770415d814
commit
c4ae3e6495
4 changed files with 18 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
# enable = true;
|
||||
settings.folders = {
|
||||
game-data = {
|
||||
devices = ["protostar"];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
services.syncthing = {
|
||||
enable = true;
|
||||
settings.folders.music = {
|
||||
devices = ["blitzar"];
|
||||
devices = ["quasar"];
|
||||
path = "~/Music";
|
||||
type = "receiveonly";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
enable = true;
|
||||
settings.folders = {
|
||||
game-data = {
|
||||
devices = ["blitzar"];
|
||||
devices = ["quasar"];
|
||||
path = "~/Game/data";
|
||||
type = "receiveonly";
|
||||
};
|
||||
game-save = {
|
||||
devices = ["blitzar"];
|
||||
devices = ["quasar"];
|
||||
path = "~/Game/save";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,20 +2,20 @@
|
|||
services.syncthing = {
|
||||
enable = true;
|
||||
settings.folders = {
|
||||
# game-data = {
|
||||
# devices = ["protostar"];
|
||||
# path = "~/Game/data";
|
||||
# type = "sendonly";
|
||||
# };
|
||||
# game-save = {
|
||||
# devices = ["protostar"];
|
||||
# path = "~/Game/save";
|
||||
# };
|
||||
# music = {
|
||||
# devices = ["nebula"];
|
||||
# path = "~/Music";
|
||||
# type = "sendonly";
|
||||
# };
|
||||
game-data = {
|
||||
devices = ["protostar"];
|
||||
path = "~/Game/data";
|
||||
type = "sendonly";
|
||||
};
|
||||
game-save = {
|
||||
devices = ["protostar"];
|
||||
path = "~/Game/save";
|
||||
};
|
||||
music = {
|
||||
devices = ["nebula"];
|
||||
path = "~/Music";
|
||||
type = "sendonly";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue