mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
nixos/programs/sessiond: update session service config
This commit is contained in:
parent
952fde19cf
commit
7de6c0b422
@ -220,6 +220,7 @@ in
|
|||||||
after = [ "dbus.socket" ];
|
after = [ "dbus.socket" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Slice = lib.mkForce "session.slice";
|
||||||
Type = lib.mkForce "dbus";
|
Type = lib.mkForce "dbus";
|
||||||
BusName = lib.mkForce "org.sessiond.session1";
|
BusName = lib.mkForce "org.sessiond.session1";
|
||||||
ExecStart = lib.mkForce "${lib.getExe' sessiondPkg "sessiond"} ${lib.concatStringsSep " " config.extraArgs}";
|
ExecStart = lib.mkForce "${lib.getExe' sessiondPkg "sessiond"} ${lib.concatStringsSep " " config.extraArgs}";
|
||||||
|
Loading…
Reference in New Issue
Block a user