Fix missing function call, update child site
This commit is contained in:
Submodule nixos-apps/fancyTypist.dev updated: 1cd499efa1...91ceedebe9
@@ -1,3 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/fancytypist.dev";
|
||||
PORT = "12513";
|
||||
@@ -31,13 +33,13 @@ in
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
fancyTypist.dev-site = {
|
||||
fancyTypistDotDev-site = {
|
||||
enable = true;
|
||||
description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";
|
||||
path = with pkgs; [ nix git ];
|
||||
script = ''
|
||||
cd ${PROJECT_ROOT}
|
||||
nix run .#fancyTypist.dev-site
|
||||
nix run .#fancyTypistDotDev-site
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user