tadpole: Add WHIB service import to whib module

This commit is contained in:
Alexander Heldt
2025-01-03 10:58:38 +01:00
parent 423ea62216
commit 4896bace2b

View File

@@ -1,4 +1,5 @@
{
inputs,
pkgs,
lib,
config,
@@ -8,6 +9,8 @@ let
enabled = config.mod.whib-backend.enable;
in
{
imports = [ inputs.whib-backend.nixosModules.${pkgs.system}.default ];
options = {
mod.whib-backend = {
enable = lib.mkEnableOption "enable WHIB backend";