Compare commits

..

4 Commits

Author SHA1 Message Date
85d4f2cbd8
Fix inconsistent folder-ids on Syncthing 2019-12-23 21:23:13 +01:00
b76e3ef71c
Allo zion to sync Family photos 2019-12-23 20:01:40 +01:00
b62e8ee389
Add unit to Syncthing 2019-12-23 19:34:02 +01:00
d0aa988300
Disable auto reboot 2019-12-19 21:04:23 +01:00
2 changed files with 9 additions and 8 deletions

View File

@ -69,7 +69,7 @@
# Auto-upgrade the system and reboot if needed # Auto-upgrade the system and reboot if needed
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
allowReboot = true; allowReboot = false;
}; };
# Enable zeroconf # Enable zeroconf

View File

@ -7,7 +7,7 @@
radicale radicale
]; ];
# Enable syncthingthing # Enable syncthing
services.syncthing = { services.syncthing = {
enable = true; enable = true;
openDefaultPorts = true; openDefaultPorts = true;
@ -17,14 +17,15 @@
devices = { devices = {
monolith = { id = "QGDGEZQ-INE7XDY-DNX2QI4-QI7ANQJ-57REEO2-FUMH545-FZS5RYU-ULF7HA2"; }; monolith = { id = "QGDGEZQ-INE7XDY-DNX2QI4-QI7ANQJ-57REEO2-FUMH545-FZS5RYU-ULF7HA2"; };
roamer = { id = "DS3PJH3-J6SNMHM-XUJTDLO-DHGJL5U-J3RUMAG-4OSJWIK-VSJSDVJ-PIHZ2QP"; }; roamer = { id = "DS3PJH3-J6SNMHM-XUJTDLO-DHGJL5U-J3RUMAG-4OSJWIK-VSJSDVJ-PIHZ2QP"; };
unit = { id = "VYHHL4A-KJ6WUYQ-4SNWNA3-YRCFTHE-52ZTRLP-4LV6ZDV-4VAJLHC-RJXYYQY"; };
}; };
folders = { folders = {
"Documents" = { devices = [ "monolith" "roamer" ]; id = "wusdj-bfjkr"; }; "Documents" = { devices = [ "monolith" "roamer" "unit" ]; id = "wusdj-bfjkr"; };
"Notes" = { devices = [ "monolith" "roamer" ]; id = "2aqt7-vpprc"; }; "Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; };
"Music" = { devices = [ "monolith" "roamer" ]; id = "kafhz-bfmzm"; }; "Music" = { devices = [ "monolith" "roamer" "unit" ]; id = "2aqt7-vpprc"; };
"Photos" = { devices = [ "monolith" "roamer" ]; id = "mjibc-ustcg"; }; "Photos" = { devices = [ "monolith" "roamer" "unit" ]; id = "mjibc-ustcg"; };
"Security" = { devices = [ "monolith" "roamer" ]; id = "z4lpn-pmm3v"; }; "Security" = { devices = [ "monolith" "roamer" "unit" ]; id = "z4lpn-pmm3v"; };
"Projects" = { devices = [ "monolith" ]; id = "cjhmu-avy9v"; }; "Projects" = { devices = [ "monolith" "unit" ]; id = "cjhmu-avy9v"; };
Documents.type = "receiveonly"; Documents.type = "receiveonly";
Notes.type = "receiveonly"; Notes.type = "receiveonly";