{ pkgs, ... }: { services.blog-generator = { enable = true; contentDir = "/var/lib/www/blog/content"; port = 8080; }; }