mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
wm: Adapt to polkit-kde-agent change
This commit is contained in:
parent
8bda28d057
commit
6977d8f29c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
partOf = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";
|
||||
ExecStart = "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue