Commit ea0d3c488125

Vincent Demeester <vincent@sbr.pm>
2020-04-20 18:33:37
govanityurl: fix systemd service name
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 15be059
Changed files (1)
tmp
nixos-configuration
modules
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" ];