disable libedgetpu

This commit is contained in:
fleaz 2024-11-21 23:50:18 +01:00
parent 1fb677b6b9
commit c070048716
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ in
systemd.services.scanbd = {
description = "Scanner button polling service";
wantedBy = [ "multi-user.target" ];
aliases=["dbus-de.kmux.scanbd.server.service"];
aliases = [ "dbus-de.kmux.scanbd.server.service" ];
serviceConfig = {
ExecStart = "${pkgs.scanbd}/bin/scanbd -f -c ${configDir}/scanbd.conf";
};