nixos/youtrack: add hostname to path

This commit is contained in:
Christian Höppner
2019-03-07 17:21:20 +01:00
committed by Yorick van Pelt
parent 81bf897e29
commit c568dad253
@@ -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";