diff options
author | Ben Sima <ben@bsima.me> | 2025-03-25 11:41:20 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-04-15 15:22:43 -0400 |
commit | a20827fc0a7eb9a5bc9ae559b426b8c3f357ce3c (patch) | |
tree | 3b8a227751c0395a81bda50fcb1932dde53f4cb5 /Omni/Dev/Beryllium.nix | |
parent | 147dc38ec5963f594474d8d775312049d1f16902 (diff) |
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.
Diffstat (limited to 'Omni/Dev/Beryllium.nix')
-rwxr-xr-x | Omni/Dev/Beryllium.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |