mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(bbuddy): module cleanup
This commit is contained in:
parent
99baf8dec6
commit
2687644d41
1 changed files with 1 additions and 3 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
utils,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (utils) escapeSystemdPath;
|
||||
inherit (lib.options) mkOption mkEnableOption mkPackageOption;
|
||||
inherit (lib.modules) mkIf mkMerge mkOptionDefault mkDefault;
|
||||
inherit (lib.attrsets) mapAttrs' nameValuePair;
|
||||
|
|
@ -85,7 +83,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# https://github.com/Forceu/barcodebuddy/blob/master/example/bbuddy-grabInput.conf
|
||||
# https://github.com/Forceu/barcodebuddy/blob/master/example/bbuddy-grabInput.service
|
||||
conf.systemd.services.barcodebuddy-scanner = let
|
||||
RuntimeDirectory = "barcodebuddy-scanner";
|
||||
apiKeyFile = "apikey.env";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue