mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 09:54:18 +02:00
module fix
This commit is contained in:
parent
23e88b5892
commit
46a9476a35
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
||||||
imports = [./module.nix];
|
imports = [./module.nix];
|
||||||
config = lib.mkIf config.services.rss-webhook-trigger.enable {
|
config = lib.mkIf config.services.rss-webhook-trigger.enable {
|
||||||
nixpkgs.overlays = [self.overlays.default];
|
nixpkgs.overlays = [self.overlays.default];
|
||||||
services.palantir.package = lib.mkDefault pkgs.rss-webhook-trigger;
|
services.rss-webhook-trigger.package = lib.mkDefault pkgs.rss-webhook-trigger;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue