mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
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:
parent
0776b54a89
commit
13d725908c
2 changed files with 8 additions and 6 deletions
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue