nixos/h2o: service name matches project

This commit is contained in:
โทสฺตัล
2025-02-24 15:06:34 +07:00
parent 14a33566d7
commit c554171c27
@@ -202,7 +202,7 @@ in
};
systemd.services.h2o = {
description = "H2O web server service";
description = "H2O HTTP server";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];