Disable firefox sync
This commit is contained in:
parent
fdc3c697bd
commit
caa3d25659
|
@ -18,7 +18,7 @@
|
|||
./coturn
|
||||
./dashboard
|
||||
./cinny
|
||||
./firefox-sync
|
||||
#./firefox-sync
|
||||
./writefreely
|
||||
];
|
||||
}
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
nginx.forceSSL = true;
|
||||
acme.enable = true;
|
||||
database = {
|
||||
# type = "mysql";
|
||||
type = "mysql";
|
||||
# createLocally = true;
|
||||
# passwordFile = config.sops.secrets."writefreelymysql".path;
|
||||
passwordFile = config.sops.secrets."writefreelymysql".path;
|
||||
};
|
||||
admin = {
|
||||
initialPasswordFile = config.sops.secrets."writefreely".path;
|
||||
|
|
Loading…
Reference in a new issue