diff options
author | tdback <tyler@tdback.net> | 2025-03-21 22:17:56 -0400 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-03-21 22:17:56 -0400 |
commit | a001d5a4f5fad7a74ca2926bbfcfeac0ec144217 (patch) | |
tree | 64438ade2ee9ee629d90a26ecb3b0a067d99d192 /hosts | |
parent | 709df68db2b9afc68d54876fb9696b5090a3107c (diff) |
fediverse: add default user landing page
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thor/modules/default.nix | 1 |
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; |