From 3a6300f73359163f3447f2d6e0638439828c857b Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 23 Sep 2023 13:46:10 -0400 Subject: [PATCH] Fix description --- nixos-apps/ewanick.com.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index 6f4f983..6b5dea8 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -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