about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/youtrack.nix
diff options
context:
space:
mode:
authorChristian Höppner <christian.hoppner@serokell.io>2019-02-21 14:01:13 +0000
committerYorick van Pelt <yorick@yorickvanpelt.nl>2019-03-07 17:21:20 +0100
commitc568dad2539fc3375583e04b9791fa58619c5af2 (patch)
tree66797492f1381ae0d872f036e74d80ad2481e9ed /nixos/modules/services/web-apps/youtrack.nix
parent81bf897e294a27b59b73f6a76942b1405923e99e (diff)
downloadnixlib-c568dad2539fc3375583e04b9791fa58619c5af2.tar
nixlib-c568dad2539fc3375583e04b9791fa58619c5af2.tar.gz
nixlib-c568dad2539fc3375583e04b9791fa58619c5af2.tar.bz2
nixlib-c568dad2539fc3375583e04b9791fa58619c5af2.tar.lz
nixlib-c568dad2539fc3375583e04b9791fa58619c5af2.tar.xz
nixlib-c568dad2539fc3375583e04b9791fa58619c5af2.tar.zst
nixlib-c568dad2539fc3375583e04b9791fa58619c5af2.zip
nixos/youtrack: add hostname to path
Diffstat (limited to 'nixos/modules/services/web-apps/youtrack.nix')
-rw-r--r--nixos/modules/services/web-apps/youtrack.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/youtrack.nix b/nixos/modules/services/web-apps/youtrack.nix
index 6ad38028a641..691cbdc8d1d5 100644
--- a/nixos/modules/services/web-apps/youtrack.nix
+++ b/nixos/modules/services/web-apps/youtrack.nix
@@ -121,6 +121,7 @@ in
       environment.YOUTRACK_JVM_OPTS = "${extraAttr}";
       after = [ "network.target" ];
       wantedBy = [ "multi-user.target" ];
+      path = with pkgs; [ unixtools.hostname ];
       serviceConfig = {
         Type = "simple";
         User = "youtrack";