commit 8bba41d98227832ca2f89dff3fc18cfdf6a3d44a
parent c054e090ed1b82ba1cb837fc1e999721c488b1b2
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 21:14:38 +0200
Fix lg
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -546,10 +546,9 @@
titleBrand = "Midnightthoughts infra";
navbar.brand = "Midnightthoughts infra";
listenAddress = "127.0.0.1:5001";
- domain = "internal.midnightthoughts.space";
+ domain = "lg.midnightthoughts.space";
servers = [
"worker-1"
- "nordgedanken"
];
};
};