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 =
|
||||
"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;
|
||||
overrideFolders = true;
|
||||
};
|
||||
openssh = {
|
||||
# Disable by default
|
||||
|
|
Loading…
Reference in a new issue