From ee54f41d1660d7f8d5a2c38154aa75c6c50722e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Thu, 22 Aug 2024 12:30:25 +0000 Subject: [PATCH] feat(sourcehut): customize site blurb --- sourcehut.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcehut.nix b/sourcehut.nix index 926c861..501e716 100644 --- a/sourcehut.nix +++ b/sourcehut.nix @@ -18,6 +18,7 @@ in settings = { "sr.ht" = { environment = "production"; + site-blurb = "logistic-bot's forge"; global-domain = fqdn; origin = "https://${fqdn}"; network-key = "/etc/nixos/secrets/sourcehut/network.key";