Skip to content

Commit 80db14d

Browse files
committed
chore: drop archive from Syncthing
Signed-off-by: Martin Wimpress <code@wimpress.io>
1 parent 1378c27 commit 80db14d

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

home-manager/_mixins/filesync/syncthing-devices.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@
4545
};
4646

4747
folders = {
48-
archive = {
49-
id = "archive";
50-
label = "Archive";
51-
maxConflicts = 10;
52-
path = "/mnt/snapshot/martin/Archive";
53-
devices = [
54-
"revan"
55-
];
56-
};
5748
chainguard = {
5849
id = "chainguard";
5950
label = "Chainguard";
@@ -144,6 +135,7 @@
144135
path = "~/Music";
145136
rescanIntervalS = 86400;
146137
devices = [
138+
"revan"
147139
"skrye"
148140
"zannah"
149141
];

0 commit comments

Comments
 (0)