WIP
This commit is contained in:
@@ -14,7 +14,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services = {
|
||||
systemd.services = {
|
||||
cutesealfanpage-hakyll-site = {
|
||||
enable = true;
|
||||
description = "The hakyll executable that rebuilds the site when a new blog post is created.";
|
||||
|
||||
@@ -17,7 +17,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services = {
|
||||
systemd.services = {
|
||||
ewanick-site = {
|
||||
enable = true;
|
||||
description = "A blog powered by Emanote running solely on Markdown files.";
|
||||
|
||||
@@ -35,7 +35,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services = {
|
||||
systemd.services = {
|
||||
fancyTypistDotDev-site = {
|
||||
enable = false;
|
||||
description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";
|
||||
|
||||
Reference in New Issue
Block a user