diff --git a/modules/copyparty.nix b/modules/copyparty.nix index a766121..db2e466 100644 --- a/modules/copyparty.nix +++ b/modules/copyparty.nix @@ -1,7 +1,7 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: { - nixpkgs.overlays = [ copyparty.overlays.default ]; + nixpkgs.overlays = [ inputs.copyparty.overlays.default ]; services.copyparty = { enable = true;