Disable firefox sync

This commit is contained in:
Lillian Violet 2024-08-17 14:48:47 +02:00
parent fdc3c697bd
commit caa3d25659
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
./coturn ./coturn
./dashboard ./dashboard
./cinny ./cinny
./firefox-sync #./firefox-sync
./writefreely ./writefreely
]; ];
} }

View file

@ -14,9 +14,9 @@
nginx.forceSSL = true; nginx.forceSSL = true;
acme.enable = true; acme.enable = true;
database = { database = {
# type = "mysql"; type = "mysql";
# createLocally = true; # createLocally = true;
# passwordFile = config.sops.secrets."writefreelymysql".path; passwordFile = config.sops.secrets."writefreelymysql".path;
}; };
admin = { admin = {
initialPasswordFile = config.sops.secrets."writefreely".path; initialPasswordFile = config.sops.secrets."writefreely".path;