change gotosocial env secrets name
This commit is contained in:
parent
44db2cd12a
commit
a32dd6dbf3
|
@ -8,7 +8,7 @@ in {
|
||||||
services.gotosocial = {
|
services.gotosocial = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setupPostgresqlDB = false;
|
setupPostgresqlDB = false;
|
||||||
environmentFile = secrets.env_secrets.path;
|
environmentFile = secrets.gotosocial_env.path;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
application-name = "chaos-gts";
|
application-name = "chaos-gts";
|
||||||
|
|
Loading…
Reference in a new issue