Add Redwood to syncthing; remove Oak

This commit is contained in:
Emi Simpson 2023-01-15 15:16:20 -05:00
parent 92163021be
commit 5e699a762a
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 3 additions and 9 deletions

View File

@ -138,9 +138,9 @@ let systemInformation = import ./system/system-information.nix; in
configDir = "/home/ember/.config/syncthing";
user = "ember";
devices = {
oak.name = "🌳 Oak";
oak.id =
"MQBRJVF-GDHYWZ3-LIDUX2H-3Z2AQ2G-QPTQWHN-YUJ454D-CWT4HHU-GGPPTAW";
redwood.name = "🍂 Redwood";
redwood.id =
"WY2GFMX-CQ52VBK-M3Y4JJH-4FIA6F2-NGB3S2I-SJ42D45-7FT77KH-2OGO2AZ";
mugwort.name = "🌿 Mugwort";
mugwort.id =
@ -150,13 +150,7 @@ let systemInformation = import ./system/system-information.nix; in
kudzu.id =
"RQUVE3L-D345NMM-4KUE7D6-PCJ3HIO-VFZNYJ6-BNF2YH3-6UBCXF7-NS5YKQR";
};
folders."~/Sync/" = {
devices = ["oak" "kudzu" "mugwort"];
id = "xuwnn-mknwe";
label = "Sync";
};
overrideDevices = true;
#overrideFolders = true;
};
};