diff --git a/lib/inventory/distributed-service/all-services-wrapper.nix b/lib/inventory/distributed-service/all-services-wrapper.nix index 7da8d68b6..381f4c555 100644 --- a/lib/inventory/distributed-service/all-services-wrapper.nix +++ b/lib/inventory/distributed-service/all-services-wrapper.nix @@ -37,9 +37,6 @@ in { name, ... }: { _module.args._ctx = [ name ]; - _module.args.clanLib = specialArgs.clanLib; - _module.args.exports = config.exports; - _module.args.directory = directory; } )