diff --git a/flake.nix b/flake.nix index 4db40ad..8c647a7 100644 --- a/flake.nix +++ b/flake.nix @@ -74,11 +74,10 @@ osds-site = { layers = [ { - # path = ./nixos-apps/ewanick.com; - # pathString = "nixos-apps/ewanick.com"; + path = ./nixos-apps/ewanick.com; + pathString = "nixos-apps/ewanick.com"; } ]; - baseUrl = "ewanick.com"; port = 5567; }; }; diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index ed5fc1b..7dc223b 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -3,7 +3,7 @@ PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com"; HOST = "localhost"; PORT = 5567; - emanote-version = "1.4.0"; + emanote-version = "1.4.0.0"; in { services.caddy = { enable = true; @@ -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.";