Skip to content

Commit

Permalink
nix: make --port work with sakaya server
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Oct 22, 2024
1 parent 64921c4 commit f760774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in
description = "sakaya server";
unitConfig.Type = "simple";
path = with pkgs; [ su ];
serviceConfig.ExecStart = "/usr/bin/env su ${cfg.username} --command='${package}/bin/sakaya --port ${toString cfg.port}'";
serviceConfig.ExecStart = "/usr/bin/env su ${cfg.username} --command='${package}/bin/sakaya server --port ${toString cfg.port}'";
wantedBy = [ "multi-user.target" ];
};

Expand Down

0 comments on commit f760774

Please sign in to comment.