Fix description

This commit is contained in:
Bill Ewanick 2023-09-23 13:46:10 -04:00
parent 72f23837e3
commit 3a6300f733

View file

@ -21,7 +21,7 @@ in
systemd.services = {
ewanick-site = {
enable = true;
description = "The hakyll executable that rebuilds the site when a new blog post is created.";
description = "A blog powered by Emanote running solely on Markdown files.";
path = with pkgs; [
nix
git