mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
rename to ptouch-remote
This commit is contained in:
parent
9073a9d217
commit
1422f9b8be
12 changed files with 43 additions and 40 deletions
|
|
@ -14,12 +14,12 @@
|
|||
mill-scale ./. {
|
||||
withOverlays = [(import ./nix/overlay.nix)];
|
||||
extraPaths = [
|
||||
./51-ptouch-api.rules
|
||||
./51-ptouch-remote.rules
|
||||
./web
|
||||
];
|
||||
|
||||
packages = rec {
|
||||
ptouch-api = pkgs: pkgs.ptouch-api;
|
||||
ptouch-remote = pkgs: pkgs.ptouch-remote;
|
||||
};
|
||||
|
||||
crossTargets = [
|
||||
|
|
@ -35,9 +35,9 @@
|
|||
...
|
||||
}: {
|
||||
imports = [./nix/module.nix];
|
||||
config = lib.mkIf config.services.ptouch-api.enable {
|
||||
config = lib.mkIf config.services.ptouch-remote.enable {
|
||||
nixpkgs.overlays = [outputs.overlays.default];
|
||||
services.ptouch-api.package = lib.mkDefault pkgs.ptouch-api;
|
||||
services.ptouch-remote.package = lib.mkDefault pkgs.ptouch-remote;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue