From 5e699a762aeeadd7f28baeaa324281d64812dd59 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sun, 15 Jan 2023 15:16:20 -0500 Subject: [PATCH] Add Redwood to syncthing; remove Oak --- nixos.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/nixos.nix b/nixos.nix index e1c725a..524be48 100644 --- a/nixos.nix +++ b/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; }; };