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.";