about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2018-08-19 16:41:49 -0400
committerAaron Andersen <aaron@fosslib.net>2018-08-19 16:41:49 -0400
commitc93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2 (patch)
tree11b14bcc734c79e0f170687b00cba4602695acaf /nixos/modules
parentbb7568daf7ef25b364f596782cc94a33f2fc28ca (diff)
downloadnixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.tar
nixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.tar.gz
nixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.tar.bz2
nixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.tar.lz
nixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.tar.xz
nixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.tar.zst
nixlib-c93c0f3ae42e19ea054c2c1f69b22cd4a310c8e2.zip
removed some local development stuff
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/misc/redmine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/redmine.nix b/nixos/modules/services/misc/redmine.nix
index 90830b8ef80b..f763ba21d0b2 100644
--- a/nixos/modules/services/misc/redmine.nix
+++ b/nixos/modules/services/misc/redmine.nix
@@ -197,7 +197,7 @@ in
         Group = cfg.group;
         TimeoutSec = "300";
         WorkingDirectory = "${pkgs.redmine}/share/redmine";
-        ExecStart="${bundle} exec rails server webrick -e production -P ${cfg.stateDir}/redmine.pid --binding=0.0.0.0";
+        ExecStart="${bundle} exec rails server webrick -e production -P ${cfg.stateDir}/redmine.pid";
       };
 
     };