Add J0162 to notes and zotero syncthing dirs
This commit is contained in:
parent
6eeb623084
commit
352876716e
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./default.nix
|
./default.nix
|
||||||
./devices/Ion.nix
|
./devices/Ion.nix
|
||||||
|
./devices/J0162.nix
|
||||||
./devices/Legion.nix
|
./devices/Legion.nix
|
||||||
./devices/Monarch.nix
|
./devices/Monarch.nix
|
||||||
./devices/Northstar.nix
|
./devices/Northstar.nix
|
||||||
|
@ -16,11 +17,11 @@
|
||||||
extraOptions.options.globalAnnounceEnabled = true;
|
extraOptions.options.globalAnnounceEnabled = true;
|
||||||
folders."Notes" = {
|
folders."Notes" = {
|
||||||
path = "~/notes";
|
path = "~/notes";
|
||||||
devices = ["ion" "legion" "monarch" "northstar" "vanguard"];
|
devices = ["ion" "J0162" "legion" "monarch" "northstar" "vanguard"];
|
||||||
};
|
};
|
||||||
folders."Zotero" = {
|
folders."Zotero" = {
|
||||||
path = "~/Documents/Zotero";
|
path = "~/Documents/Zotero";
|
||||||
devices = ["legion"];
|
devices = ["ion" "J0162" "legion"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue