mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-01 10:29:21 +01:00
containers(wine): Change sakaya-server to sakaya
sakaya is now only one binary.
This commit is contained in:
parent
c3d2b637ba
commit
1cd6d698d6
@ -73,7 +73,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
serviceConfig = {
|
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" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user