syncstorage-rs: 0.12.5 -> 0.13.1
this includes a module update because the package update breaks the module. would rather not break system bisection if possible.
This commit is contained in:
@@ -11,8 +11,10 @@ let
|
||||
|
||||
format = pkgs.formats.toml {};
|
||||
settings = {
|
||||
database_url = dbURL;
|
||||
human_logs = true;
|
||||
syncstorage = {
|
||||
database_url = dbURL;
|
||||
};
|
||||
tokenserver = {
|
||||
node_type = "mysql";
|
||||
database_url = dbURL;
|
||||
@@ -253,7 +255,7 @@ in
|
||||
serviceConfig = {
|
||||
User = defaultUser;
|
||||
Group = defaultUser;
|
||||
ExecStart = "${cfg.package}/bin/syncstorage --config ${configFile}";
|
||||
ExecStart = "${cfg.package}/bin/syncserver --config ${configFile}";
|
||||
Stderr = "journal";
|
||||
EnvironmentFile = lib.mkIf (cfg.secrets != null) "${cfg.secrets}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user