From a20827fc0a7eb9a5bc9ae559b426b8c3f357ce3c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 25 Mar 2025 11:41:20 -0400 Subject: Enable syncthing on Beryllium too This moves syncthing from the cloud only, and onto Beryllium as well. Also it gets rid of the nginx config because I don't really need access to it remotely like that. --- Omni/Dev/Beryllium.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Dev') diff --git a/Omni/Dev/Beryllium.nix b/Omni/Dev/Beryllium.nix index 556bea8..d40ec38 100755 --- a/Omni/Dev/Beryllium.nix +++ b/Omni/Dev/Beryllium.nix @@ -11,6 +11,7 @@ bild.os { ./Docker.nix ./Vpn.nix ./Beryllium/OpenWebui.nix + ../Syncthing.nix ]; networking.hostName = "beryllium"; networking.domain = "beryl.bensima.com"; -- cgit v1.2.3