Fix syncthing
This commit is contained in:
parent
9a2876b9ce
commit
334312457c
|
@ -185,7 +185,15 @@ let systemInformation = import ./system/system-information.nix; in
|
||||||
kudzu.id =
|
kudzu.id =
|
||||||
"RQUVE3L-D345NMM-4KUE7D6-PCJ3HIO-VFZNYJ6-BNF2YH3-6UBCXF7-NS5YKQR";
|
"RQUVE3L-D345NMM-4KUE7D6-PCJ3HIO-VFZNYJ6-BNF2YH3-6UBCXF7-NS5YKQR";
|
||||||
};
|
};
|
||||||
|
settings.folders.sync = {
|
||||||
|
devices = ["redwood" "mugwort" "kudzu"];
|
||||||
|
id = "xuwnn-mknwe";
|
||||||
|
label = "Sync";
|
||||||
|
path = "~/Sync";
|
||||||
|
versioning = { type = "trashcan"; params.cleanoutDays = "14"; };
|
||||||
|
};
|
||||||
overrideDevices = true;
|
overrideDevices = true;
|
||||||
|
overrideFolders = true;
|
||||||
};
|
};
|
||||||
openssh = {
|
openssh = {
|
||||||
# Disable by default
|
# Disable by default
|
||||||
|
|
Loading…
Reference in a new issue