Remove Syncthing relay and discovery server
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
syncthing
|
||||
syncthing-relay
|
||||
syncthing-discovery
|
||||
radicale
|
||||
];
|
||||
|
||||
@@ -20,8 +18,6 @@
|
||||
monolith = { id = "QGDGEZQ-INE7XDY-DNX2QI4-QI7ANQJ-57REEO2-FUMH545-FZS5RYU-ULF7HA2"; };
|
||||
roamer = { id = "DS3PJH3-J6SNMHM-XUJTDLO-DHGJL5U-J3RUMAG-4OSJWIK-VSJSDVJ-PIHZ2QP"; };
|
||||
};
|
||||
#cert = "";
|
||||
#key = "";
|
||||
folders = {
|
||||
"Documents" = { devices = [ "monolith" "roamer" ]; id = "wusdj-bfjkr"; };
|
||||
"Notes" = { devices = [ "monolith" "roamer" ]; id = "2aqt7-vpprc"; };
|
||||
@@ -30,7 +26,6 @@
|
||||
"Security" = { devices = [ "monolith" "roamer" ]; id = "z4lpn-pmm3v"; };
|
||||
"Projects" = { devices = [ "monolith" ]; id = "cjhmu-avy9v"; };
|
||||
|
||||
Documents.type = "receiveonly";
|
||||
Projects.type = "receiveonly";
|
||||
|
||||
Documents.path = "/vault/syncthing/Documents";
|
||||
@@ -41,11 +36,6 @@
|
||||
Projects.path = "/vault/syncthing/Projects";
|
||||
};
|
||||
};
|
||||
relay = {
|
||||
enable = true;
|
||||
pools = [ "" ];
|
||||
listenAddress = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
|
||||
# Enable Radicale
|
||||
|
||||
Reference in New Issue
Block a user