--- a/cmds/polkit-backend/etc/systemd/system/remowt-polkit-helper.service +++ b/cmds/polkit-backend/etc/systemd/system/remowt-polkit-helper.service @@ -4,7 +4,7 @@ [Service] Type=dbus BusName=lach.polkit.helper1 -ExecStart=@libexecdir@/polkit-helper +ExecStart=@libexecdir@/polkit-backend # TODO: Hardening [Install] --- a/nix/nixos-modules.nix +++ b/nix/nixos-modules.nix @@ -8,6 +8,9 @@ systemd.packages = [ config.flake.packages.${pkgs.stdenv.system}.polkit-backend ]; + systemd.services.remowt-polkit-helper = { + aliases = ["dbus-lach.polkit.helper1.service"]; + }; }; }; }