home

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

commit ea0d3c4881250b5f8a62dbf4b6ee4498f2d77a54
parent 15be059c0e3ae1405d80aedb6edfcbfdd1c8d4a2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 20 Apr 2020 18:33:37 +0200

govanityurl: fix systemd service 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 @@ -37,7 +37,7 @@ in host: ${cfg.host} ${cfg.config} ''; - systemd.services.athens = { + systemd.services.govanityurl = { description = "Govanity service"; after = [ "network.target" ]; wantedBy = [ "multi-user.target" ];