mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 09:54:21 +02:00
module fix
This commit is contained in:
parent
7d0c6251c9
commit
244d37ab1b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
, lib
|
||||
, ...
|
||||
}: {
|
||||
imports = [ ./module.nix ];
|
||||
imports = [ ./nix/module.nix ];
|
||||
config = lib.mkIf config.services.prometheus-mdns-sd.enable {
|
||||
nixpkgs.overlays = [ outputs.overlays.default ];
|
||||
services.prometheus-mdns-sd.package = lib.mkDefault pkgs.prometheus-mdns-sd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue