From 6d47716233b3d3f28c00769fd234fe689164ec7d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 12 Oct 2023 16:38:09 +0200 Subject: more radicle stuff (now with tui!) --- chaski/services/radicle.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'chaski/services') 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"; }; -- cgit v1.2.3