diff options
author | stuebinm | 2023-10-12 16:38:09 +0200 |
---|---|---|
committer | stuebinm | 2023-10-12 16:38:09 +0200 |
commit | 6d47716233b3d3f28c00769fd234fe689164ec7d (patch) | |
tree | ea0b6e5008f8572fc17ca45371841d09401fe431 /chaski/services | |
parent | 1795ddbbe908360d051289e450eb2cf054b44dfc (diff) |
more radicle stuff (now with tui!)
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"; }; |