Add Redwood to syncthing; remove Oak
This commit is contained in:
parent
92163021be
commit
5e699a762a
12
nixos.nix
12
nixos.nix
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue