rework module arguments

This commit is contained in:
Robin Appelman 2024-10-28 14:27:56 +01:00
commit 030a2d1ba3
2 changed files with 76 additions and 15 deletions

View file

@ -27,7 +27,7 @@
}: {
imports = [ ./module.nix ];
config = lib.mkIf config.services.tasproxy.enable {
nixpkgs.overlays = [ outputs.overlays.default ];
nixpkgs.overlays = [ (import ./overlay.nix) ];
services.tasproxy.package = lib.mkDefault pkgs.tasproxy;
};
};