From 45bf24e8f1ac13bbcb0d7710b9079868693a8e7b Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Thu, 5 Feb 2026 14:02:20 -0600 Subject: [PATCH] push --- modules/copyparty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;