summary refs log tree commit diff
path: root/nixos/modules/services/networking/tox-bootstrapd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/tox-bootstrapd.nix')
-rw-r--r--nixos/modules/services/networking/tox-bootstrapd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tox-bootstrapd.nix b/nixos/modules/services/networking/tox-bootstrapd.nix
index c1f945773e23..cb0e6b158651 100644
--- a/nixos/modules/services/networking/tox-bootstrapd.nix
+++ b/nixos/modules/services/networking/tox-bootstrapd.nix
@@ -69,7 +69,7 @@ in
       after = [ "network.target" ];
       wantedBy = [ "multi-user.target" ];
       serviceConfig =
-        { ExecStart = "${pkg}/bin/tox-bootstrapd ${cfgFile}";
+        { ExecStart = "${pkg}/bin/tox-bootstrapd --config=${cfgFile}";
           Type = "forking";
           inherit PIDFile;
           User = "tox-bootstrapd";