nixos/youtrack: add hostname to path

This commit is contained in:
Christian Höppner
2019-02-21 14:01:13 +00:00
committed by Yorick van Pelt
parent 81bf897e29
commit c568dad253

View File

@@ -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";