aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-03-21 22:17:56 -0400
committertdback <tyler@tdback.net>2025-03-21 22:17:56 -0400
commita001d5a4f5fad7a74ca2926bbfcfeac0ec144217 (patch)
tree64438ade2ee9ee629d90a26ecb3b0a067d99d192 /hosts
parent709df68db2b9afc68d54876fb9696b5090a3107c (diff)
fediverse: add default user landing page
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thor/modules/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/thor/modules/default.nix b/hosts/thor/modules/default.nix
index 77fca5d..dc1a296 100644
--- a/hosts/thor/modules/default.nix
+++ b/hosts/thor/modules/default.nix
@@ -8,6 +8,7 @@
enable = true;
package = pkgs.unstable.gotosocial;
url = "social.tdback.net";
+ landingPageUser = "tdback";
};
services.website = {
enable = true;