From 89f2ada23336621024dfafa15d580ad3997756f1 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 4 Jan 2025 23:56:01 -0600 Subject: [PATCH] added coven to sync --- modules/nixos-modules/sync.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/nixos-modules/sync.nix b/modules/nixos-modules/sync.nix index 532038e..ce9a247 100644 --- a/modules/nixos-modules/sync.nix +++ b/modules/nixos-modules/sync.nix @@ -56,6 +56,9 @@ in { ceder = { id = "MGXUJBS-7AENXHB-7YQRNWG-QILKEJD-5462U2E-WAQW4R4-I2TVK5H-SMK6LAA"; }; + coven = { + id = "OGPAEU6-5UR56VL-SP7YC4Y-IMVCRTO-XFD4CYN-Z6T5TZO-PFZNAT6-4MKWPQS"; + }; }; folders = lib.mkMerge [ config.host.sync.folders.extraFolders @@ -63,21 +66,21 @@ in { "documents" = { id = "hvrj0-9bm1p"; path = "/mnt/sync/leyla/documents"; - devices = ["ceder"]; + devices = ["ceder" "coven"]; }; }) (lib.mkIf config.host.sync.folders.leyla.calendar.enable { "calendar" = { id = "8oatl-1rv6w"; path = "/mnt/sync/leyla/calendar"; - devices = ["ceder"]; + devices = ["ceder" "coven"]; }; }) (lib.mkIf config.host.sync.folders.leyla.notes.enable { "notes" = { id = "dwbuv-zffnf"; path = "/mnt/sync/leyla/notes"; - devices = ["ceder"]; + devices = ["ceder" "coven"]; }; }) ];