1
1

WIP
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / build-site (push) Successful in 4s

This commit is contained in:
2026-01-04 02:11:34 -05:00
parent 730141d094
commit 83da4e4cf9
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ in {
}; };
}; };
systemd.services = { systemd.user.services = {
ewanick-site = { ewanick-site = {
enable = true; enable = true;
description = "A blog powered by Emanote running solely on Markdown files."; description = "A blog powered by Emanote running solely on Markdown files.";

View File

@@ -35,7 +35,7 @@ in {
}; };
}; };
systemd.services = { systemd.user.services = {
fancyTypistDotDev-site = { fancyTypistDotDev-site = {
enable = false; enable = false;
description = "The Haskell Servant executable server that hosts my FancyTypist.dev site."; description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";