From ae7fee9e32e04457ab3e0c92f2513d8ff88cba67 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 4 Jan 2026 02:30:35 -0500 Subject: [PATCH] WIP --- nixos-apps/cutesealfanpage.love.nix | 2 +- nixos-apps/ewanick.com.nix | 2 +- nixos-apps/fancytypist.com.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index f708e36..aada46d 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -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."; diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index 498c34f..6c9ef71 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -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."; diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 0b16436..eed7ebd 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -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.";