Add J0162 to notes and zotero syncthing dirs
This commit is contained in:
parent
6eeb623084
commit
352876716e
|
@ -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"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue