diff options
Diffstat (limited to 'nix/modules/gotosocial.nix')
| -rw-r--r-- | nix/modules/gotosocial.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/gotosocial.nix b/nix/modules/gotosocial.nix index 6b81128..b0a0c21 100644 --- a/nix/modules/gotosocial.nix +++ b/nix/modules/gotosocial.nix @@ -1,7 +1,7 @@ { lib, config, ... }: { services.gotosocial = { - enable = lib.mkDefault config.monorepo.profiles.server.enable; + enable = lib.mkDefault false; setupPostgresqlDB = true; settings = { application-name = "Nullring GoToSocial Instance"; |
