add scanbd module to flake
This commit is contained in:
parent
4456a706e9
commit
dc9b897151
|
@ -19,6 +19,7 @@
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
modules = {
|
modules = {
|
||||||
matrix-alertmanager-receiver = import ./modules/matrix-alertmanager-receiver.nix;
|
matrix-alertmanager-receiver = import ./modules/matrix-alertmanager-receiver.nix;
|
||||||
|
scanbd = import ./modules/scanbd.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
hacompanion = prev.callPackage ./hacompanion { };
|
hacompanion = prev.callPackage ./hacompanion { };
|
||||||
|
|
Loading…
Reference in a new issue