1
1
Fork 0

Remove old script, move to serviceConfig.ExecStart

main
Bill Ewanick 2023-08-11 20:35:21 -04:00
parent ddec052cff
commit ccd0e31805
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ in
serviceConfig = { serviceConfig = {
ExecStart = "cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love; ./hakyll-site"; ExecStart = "cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love; ./hakyll-site";
}; };
# script = ''
# cd ${PROJECT_ROOT}/cutesealfanpage.love
# ${pkgs.nix}/bin/nix run .#hakyll-site -- watch --no-server
# '';
}; };
cutesealfanpage-generatePosts = { cutesealfanpage-generatePosts = {