nixos/waydroid: fix systemd service

This commit is contained in:
Stzx
2025-11-30 16:48:23 +08:00
parent 31a124fd72
commit a19b015319

View File

@@ -66,7 +66,7 @@ in
serviceConfig = {
Type = "dbus";
UMask = "0022";
ExecStart = "${cfg.package}/bin/waydroid -w container start";
ExecStart = "${cfg.package}/bin/waydroid container start";
BusName = "id.waydro.Container";
};
};