From 83da4e4cf926e9e10aff6222586a70bf495e37da Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 4 Jan 2026 02:11:34 -0500 Subject: [PATCH] WIP --- nixos-apps/ewanick.com.nix | 2 +- nixos-apps/fancytypist.com.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index 985e9d6..7dc223b 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -17,7 +17,7 @@ in { }; }; - systemd.services = { + systemd.user.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 eed7ebd..0b16436 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -35,7 +35,7 @@ in { }; }; - systemd.services = { + systemd.user.services = { fancyTypistDotDev-site = { enable = false; description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";