This commit is contained in:
2025-10-13 11:02:26 +02:00
parent 3cef588673
commit 2b3be19f47
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
services.blog-generator = {
enable = true;
contentDir = "/var/www/blog/content";
enable = true;
contentDir = "/var/lib/www/blog/content";
port = 8080;
};
}