diff options
Diffstat (limited to '')
-rw-r--r-- | chaski/services/radicle.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chaski/services/radicle.nix b/chaski/services/radicle.nix index f02a934..62bb8d1 100644 --- a/chaski/services/radicle.nix +++ b/chaski/services/radicle.nix @@ -1,6 +1,9 @@ { config, lib, pkgs, ... }: { + + networking.firewall.allowedTCPPorts = [ 8776 ]; + services.nginx.virtualHosts."node.radicle.stuebinm.eu" = { enableACME = true; forceSSL = true; @@ -28,10 +31,10 @@ }; reactions = ["👍" "👎" "😄" "🎉" "🙁" "🚀" "👀"]; projects.pinned = [ { - name = "radicle-interface"; - id = "rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5"; + name = "bahnhof.name"; + id = "rad:z3R2BH43TcvaMQgtk6bKHxzqfNP2W"; baseUrl = { - hostname = "seed.radicle.xyz"; + hostname = "node.radicle.stuebinm.eu"; port = 443; scheme = "https"; }; |