diff --git a/home-manager/features/notes.nix b/home-manager/features/notes.nix index ab6d60f..325ed2b 100644 --- a/home-manager/features/notes.nix +++ b/home-manager/features/notes.nix @@ -13,7 +13,11 @@ Notes = { label = "Notes"; path = "~/Documents/Notes"; - devices = [ "altair" "mcp" "vega" ]; + devices = [ + "altair" + "mcp" + "vega" + ]; }; }; devices = { @@ -47,7 +51,7 @@ globalAnnounceEnabled = false; relaysEnabled = true; listenAddresses = [ - "relay://syncthing.blazestar.net:22067" + "relay://syncthing.blazestar.net:22067/?id=TITGK5I-55GDSAF-HHPCSMZ-AHD2YKT-LZSKYRQ-5B6MGE4-LMLNEP6-KQ4UJQF&networkTimeout=2m0s&pingInterval=1m0s&statusAddr=%3A22070" ]; # Whether the user has accepted submitting usage data. 0 is no-choice. # -1 means no. A positive integer means yes. diff --git a/system/hosts/mcp/configuration.nix b/system/hosts/mcp/configuration.nix index 7cbc873..a4391c6 100644 --- a/system/hosts/mcp/configuration.nix +++ b/system/hosts/mcp/configuration.nix @@ -115,6 +115,7 @@ # So I don't have to use public relays services.syncthing.relay = { enable = true; + # Leave this empty, meaning it won't join any public pools. pools = [ ]; }; @@ -122,6 +123,7 @@ # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ 22067 # Syncthing relay + 22070 # Syncthing relay status ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether.