This commit is contained in:
Peder Bergebakken Sundt 2024-09-29 16:11:07 +02:00
parent dd80bfa2f1
commit f34730bd54
1 changed files with 2 additions and 1 deletions

View File

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