Update some syncthing folder definitions
This commit is contained in:
parent
a00cb9b6d0
commit
74f12652e7
13
Vanguard.nix
13
Vanguard.nix
|
@ -52,11 +52,16 @@
|
|||
"northstar" = { id = "DMQZNMB-BM3SSE4-5XV2GHE-IDRNFTS-QNZSICS-6JWHUCV-O3NHMWY-2OBC2QD"; };
|
||||
};
|
||||
folders = {
|
||||
"archive" = {
|
||||
id = "hwnqy-xzcdx";
|
||||
devices = [ "ion" "monarch northstar" ];
|
||||
ignorePerms = true;
|
||||
};
|
||||
"Camera" = {
|
||||
path = "/mnt/secondary/syncthing/camera";
|
||||
label = "Camera";
|
||||
id = "fp4_4j7w-photos";
|
||||
devices = [ "ion" "monarch" ];
|
||||
devices = [ "ion" ];
|
||||
type = "receiveonly";
|
||||
ignorePerms = true;
|
||||
};
|
||||
|
@ -64,21 +69,21 @@
|
|||
path = "/mnt/secondary/syncthing/pictures";
|
||||
label = "Pictures";
|
||||
id = "ziuj8-rm6dn";
|
||||
devices = [ "ion" "monarch" ];
|
||||
devices = [ "ion" "monarch" "northstar" ];
|
||||
ignorePerms = true;
|
||||
};
|
||||
"Movies" = {
|
||||
path = "/mnt/secondary/syncthing/movies";
|
||||
label = "Movies";
|
||||
id = "3f75o-4x6sq";
|
||||
devices = [ "ion" "monarch" ];
|
||||
devices = [ "ion" "monarch" "northstar" ];
|
||||
ignorePerms = true;
|
||||
};
|
||||
"Documents" = {
|
||||
path = "/mnt/secondary/syncthing/documents";
|
||||
label = "Documents";
|
||||
id = "qc6qa-bipsd";
|
||||
devices = [ "ion" "monarch" ];
|
||||
devices = [ "monarch" "northstar" ];
|
||||
ignorePerms = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue