mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-03 18:24:08 +02:00
rework module arguments
This commit is contained in:
parent
eb35a4abad
commit
030a2d1ba3
2 changed files with 76 additions and 15 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue