From 368241c89957ec70ddc789b23dc03f2518198bf6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jul 2022 01:20:13 -0400 Subject: Update nixos-mailserver and deploy Biz/Cloud.nix The cloud was old, so some extra fixes snuck in that should have been a part of the nixpkgs upgrade. --- Biz/Cloud/Web.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Biz/Cloud/Web.nix') diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index e0b9a95..c699b1b 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -37,10 +37,9 @@ in }; }; gmnisrv = { - package = pkgs.gmnisrv; enable = true; + listen = "0.0.0.0:${toString ports.gemini} [::]:${toString ports.gemini}"; settings = { - listen = "0.0.0.0:${toString ports.gemini} [::]:${toString ports.gemini}"; ":tls" = { store = "/var/lib/gmnisrv"; }; "bsima.me" = { "root" = "/var/web/ben"; -- cgit v1.2.3