home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5c5d01868e2abbd717a211cef89072ec901e47de
parent e5f1476fb2759fc123f5424cae3d3e076c360f95
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 20 Apr 2020 18:40:36 +0200

govanityurl: really fix binary name…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/nixos-configuration/modules/services/govanityurl.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmp/nixos-configuration/modules/services/govanityurl.nix b/tmp/nixos-configuration/modules/services/govanityurl.nix @@ -45,7 +45,7 @@ in User = cfg.user; Restart = "on-failure"; ExecStart = '' - ${cfg.package}/bin/vvanityurl /etc/govanityurl/config.yaml + ${cfg.package}/bin/vanityurl /etc/govanityurl/config.yaml ''; }; path = [ cfg.package ];