feat: upgrade foundry to v13
This commit is contained in:
parent
6f8626ca8a
commit
39f4460e0a
4 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ in {
|
|||
NODE_ENV = "production";
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.nodejs}/bin/node ${foundry-vtt}/share/foundry-vtt/resources/app/main.js --dataPath=${config.users.users.foundry-vtt.home}";
|
||||
ExecStart = "${pkgs.nodejs}/bin/node ${foundry-vtt}/share/foundry-vtt/main.js --dataPath=${config.users.users.foundry-vtt.home}";
|
||||
Restart = "always";
|
||||
User = "foundry-vtt";
|
||||
WorkingDirectory = "${config.users.users.foundry-vtt.home}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue