diff options
Diffstat (limited to 'hosts/thor/modules/default.nix')
-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; |