mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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" ];
|
||||
|
||||
serviceConfig = {
|
||||
Slice = lib.mkForce "session.slice";
|
||||
Type = lib.mkForce "dbus";
|
||||
BusName = lib.mkForce "org.sessiond.session1";
|
||||
ExecStart = lib.mkForce "${lib.getExe' sessiondPkg "sessiond"} ${lib.concatStringsSep " " config.extraArgs}";
|
||||
|
Loading…
Reference in New Issue
Block a user