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
No known key found for this signature in database
GPG Key ID: D8D3CC6D951384DE

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