Commit ea0d3c488125
Changed files (1)
tmp
nixos-configuration
modules
services
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" ];