mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos: add StateDirectory for fprintd
This commit is contained in:
parent
bfc2ea774e
commit
9131bf59a7
@ -50,6 +50,13 @@ in
|
||||
|
||||
systemd.packages = [ cfg.package ];
|
||||
|
||||
|
||||
# The upstream unit does not use StateDirectory, and will
|
||||
# fail if the directory it needs is not present. Should be
|
||||
# fixed when https://gitlab.freedesktop.org/libfprint/fprintd/merge_requests/5
|
||||
# is merged.
|
||||
systemd.services.fprintd.serviceConfig.StateDirectory = "fprint";
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user