Switch to user services, for alice to run scripts,

and use systemctl --user cuteseal... to find services.
Runs much better
This commit is contained in:
Bill Ewanick 2026-01-04 00:00:02 -05:00
parent 63224ce917
commit 5cb2dce159

View file

@ -14,7 +14,7 @@ in {
};
};
systemd.services = {
systemd.user.services = {
cutesealfanpage-hakyll-site = {
enable = true;
description = "The hakyll executable that rebuilds the site when a new blog post is created.";