Add J0162 to notes and zotero syncthing dirs

This commit is contained in:
Evie Litherland-Smith 2023-06-16 11:13:19 +01:00
parent 6eeb623084
commit 352876716e

View file

@ -2,6 +2,7 @@
imports = [
./default.nix
./devices/Ion.nix
./devices/J0162.nix
./devices/Legion.nix
./devices/Monarch.nix
./devices/Northstar.nix
@ -16,11 +17,11 @@
extraOptions.options.globalAnnounceEnabled = true;
folders."Notes" = {
path = "~/notes";
devices = ["ion" "legion" "monarch" "northstar" "vanguard"];
devices = ["ion" "J0162" "legion" "monarch" "northstar" "vanguard"];
};
folders."Zotero" = {
path = "~/Documents/Zotero";
devices = ["legion"];
devices = ["ion" "J0162" "legion"];
};
};
}