mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
silence some eval warning
This commit is contained in:
parent
2bc96046dc
commit
3a4ad76ab7
7 changed files with 24 additions and 20 deletions
|
@ -171,14 +171,16 @@
|
|||
group = "users";
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
devices = {
|
||||
"fischer" = { id = "MHV2PGN-GAHQMV5-ITXGNQS-IRJC3XL-OQIHVUX-JVKBZ6Z-33XHE7H-NC6H5AE"; };
|
||||
};
|
||||
folders = {
|
||||
"dev" = {
|
||||
# Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/julien/dev"; # Which folder to add to Syncthing
|
||||
devices = [ "fischer" ]; # Which devices to share the folder with
|
||||
settings = {
|
||||
devices = {
|
||||
"fischer" = { id = "MHV2PGN-GAHQMV5-ITXGNQS-IRJC3XL-OQIHVUX-JVKBZ6Z-33XHE7H-NC6H5AE"; };
|
||||
};
|
||||
folders = {
|
||||
"dev" = {
|
||||
# Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/julien/dev"; # Which folder to add to Syncthing
|
||||
devices = [ "fischer" ]; # Which devices to share the folder with
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue