Changed file structure to be consistent with existing configuration

This commit is contained in:
Snorre 2025-03-04 12:35:52 +01:00
parent d15b31cdfd
commit dae8ffd3c2
2 changed files with 1 additions and 1 deletions

View file

@ -73,7 +73,7 @@ in {
requires = ["shoko-init.service"];
after = ["shoko-init.service"];
serviceConfig = {
ExecStart = "${callPackage ../packages/shoko.nix}/bin/shoko";
ExecStart = "${callPackage ./package.nix}/bin/shoko";
User = "shoko";
PermissionsStartOnly = true;
Restart = "always";