1
0
forked from extern/nix-config

containers(wine): Change sakaya-server to sakaya

sakaya is now only one binary.
This commit is contained in:
Donovan Glover 2023-08-03 12:39:52 -04:00
parent c3d2b637ba
commit 1cd6d698d6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -73,7 +73,7 @@
];
serviceConfig = {
ExecStart = "/usr/bin/env su user --command=${sakaya.packages.${pkgs.system}.sakaya}/bin/sakaya-server";
ExecStart = "/usr/bin/env su user --command=${sakaya.packages.${pkgs.system}.sakaya}/bin/sakaya";
};
wantedBy = [ "multi-user.target" ];