Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Changes for syncthing 2

+8 -3
+2
host-specific/misaki/networking.nix
··· 104 104 10428 105 105 # Victoria Logs 106 106 9428 107 + # Syncthing GUI 108 + 8384 107 109 ]; 108 110 }; 109 111
+6 -3
host-specific/misaki/services.nix
··· 263 263 group = "nas"; 264 264 }; 265 265 services.syncthing = { 266 - enable = false; 266 + enable = true; 267 267 openDefaultPorts = true; 268 - # disable the sync folder creation 269 - extraFlags = [ "--no-default-folder" ]; 268 + group = "nas"; 269 + settings.options.listenAddresses = [ 270 + "[::]" 271 + "0.0.0.0" 272 + ]; 270 273 settings = { 271 274 folders = { 272 275 "Sync" = {