ewezen
This commit is contained in:
parent
dd80bfa2f1
commit
f34730bd54
|
@ -31,6 +31,7 @@
|
|||
# TODO: somehow auto-make a gui user+password
|
||||
# TODO: somehow don't create ~/Sync
|
||||
|
||||
# webui http://localhost:8384/
|
||||
# nix run -- nixpkgs#syncthing generate --config="$HOME"/syncthing/.config/syncthing
|
||||
devices."bjarte".id = "C7QQYJU-PMJDP2Z-CKTAV4A-V6IFEG5-YFBGCNU-PJPCZFC-QSXKZY3-NC5WRAL";
|
||||
devices."pjudduzen".id = "JCNX5AC-YMXJZBP-5LQRLAL-BGTSXKK-X6AJPXL-IXDWJGW-IHSBTPT-AFXKFAK";
|
||||
|
@ -47,7 +48,7 @@
|
|||
/* "ntnu".ignorePerms = false; # `false` means sync file permissions */
|
||||
"DCIM".devices = [ "bjarte" "sopp" "pjudduzen" ];
|
||||
"ntnu".devices = [ "bjarte" "sopp" "rocm" ];
|
||||
"ewesticker".devices = [ "bjarte" "sopp" "rocm" "nord" ];
|
||||
"ewesticker".devices = [ "pjudduzen" "bjarte" "sopp" "rocm" "nord" ];
|
||||
"pjudduzen-clover".devices = [ "pjudduzen" "sopp" ];
|
||||
"pjudduzen-movies".devices = [ "pjudduzen" "sopp" ];
|
||||
"pjudduzen-music".devices = [ "pjudduzen" "sopp" ];
|
||||
|
|
Loading…
Reference in New Issue