added coven to sync

This commit is contained in:
Leyla Becker 2025-01-04 23:56:01 -06:00
parent 445df7eb5b
commit 89f2ada233

View file

@ -56,6 +56,9 @@ in {
ceder = { ceder = {
id = "MGXUJBS-7AENXHB-7YQRNWG-QILKEJD-5462U2E-WAQW4R4-I2TVK5H-SMK6LAA"; id = "MGXUJBS-7AENXHB-7YQRNWG-QILKEJD-5462U2E-WAQW4R4-I2TVK5H-SMK6LAA";
}; };
coven = {
id = "OGPAEU6-5UR56VL-SP7YC4Y-IMVCRTO-XFD4CYN-Z6T5TZO-PFZNAT6-4MKWPQS";
};
}; };
folders = lib.mkMerge [ folders = lib.mkMerge [
config.host.sync.folders.extraFolders config.host.sync.folders.extraFolders
@ -63,21 +66,21 @@ in {
"documents" = { "documents" = {
id = "hvrj0-9bm1p"; id = "hvrj0-9bm1p";
path = "/mnt/sync/leyla/documents"; path = "/mnt/sync/leyla/documents";
devices = ["ceder"]; devices = ["ceder" "coven"];
}; };
}) })
(lib.mkIf config.host.sync.folders.leyla.calendar.enable { (lib.mkIf config.host.sync.folders.leyla.calendar.enable {
"calendar" = { "calendar" = {
id = "8oatl-1rv6w"; id = "8oatl-1rv6w";
path = "/mnt/sync/leyla/calendar"; path = "/mnt/sync/leyla/calendar";
devices = ["ceder"]; devices = ["ceder" "coven"];
}; };
}) })
(lib.mkIf config.host.sync.folders.leyla.notes.enable { (lib.mkIf config.host.sync.folders.leyla.notes.enable {
"notes" = { "notes" = {
id = "dwbuv-zffnf"; id = "dwbuv-zffnf";
path = "/mnt/sync/leyla/notes"; path = "/mnt/sync/leyla/notes";
devices = ["ceder"]; devices = ["ceder" "coven"];
}; };
}) })
]; ];