nixos/fprintd: use systemd.packages
Upstream has a systemd service.
This commit is contained in:
parent
05a53ecd82
commit
6846d4ab85
@ -38,15 +38,7 @@ in
|
|||||||
|
|
||||||
environment.systemPackages = [ pkgs.fprintd ];
|
environment.systemPackages = [ pkgs.fprintd ];
|
||||||
|
|
||||||
systemd.services.fprintd = {
|
systemd.packages = [ pkgs.fprintd ];
|
||||||
description = "Fingerprint Authentication Daemon";
|
|
||||||
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "dbus";
|
|
||||||
BusName = "net.reactivated.Fprint";
|
|
||||||
ExecStart = "${pkgs.fprintd}/libexec/fprintd";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user